Uses of Package
org.apache.solr.common.params
-
Packages that use org.apache.solr.common.params Package Description org.apache.solr.client.solrj Primary APIs for communicating with a Solr Server from a Java client.org.apache.solr.client.solrj.impl Concrete implementations of client API classes.org.apache.solr.client.solrj.request Convenience classes for dealing with various types of Solr requests.org.apache.solr.client.solrj.request.json Allows sending of requests using Solr's JSON query/faceting APIorg.apache.solr.client.solrj.request.schema Convenience classes for making Schema API requests.org.apache.solr.client.solrj.routing Classes to handle query routing preferencesorg.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server.org.apache.solr.common.params Parameter constants and enumerations.org.apache.solr.common.util Common utility classes reused on both clients & server. -
Classes in org.apache.solr.common.params used by org.apache.solr.client.solrj Class Description ModifiableSolrParams This class is similar toMultiMapSolrParams
except you can edit the parameters after it is initialized.SolrParams SolrParams is designed to hold parameters to Solr, often from the request coming into Solr. -
Classes in org.apache.solr.common.params used by org.apache.solr.client.solrj.impl Class Description ModifiableSolrParams This class is similar toMultiMapSolrParams
except you can edit the parameters after it is initialized.SolrParams SolrParams is designed to hold parameters to Solr, often from the request coming into Solr. -
Classes in org.apache.solr.common.params used by org.apache.solr.client.solrj.request Class Description CollectionParams.CollectionAction (Mostly) Collection API actions that can be sent by nodes to the Overseer over the/overseer/collection-queue-work
ZooKeeper queue.ConfigSetParams.ConfigSetAction CoreAdminParams.CoreAdminAction ModifiableSolrParams This class is similar toMultiMapSolrParams
except you can edit the parameters after it is initialized.SolrParams SolrParams is designed to hold parameters to Solr, often from the request coming into Solr. -
Classes in org.apache.solr.common.params used by org.apache.solr.client.solrj.request.json Class Description SolrParams SolrParams is designed to hold parameters to Solr, often from the request coming into Solr. -
Classes in org.apache.solr.common.params used by org.apache.solr.client.solrj.request.schema Class Description SolrParams SolrParams is designed to hold parameters to Solr, often from the request coming into Solr. -
Classes in org.apache.solr.common.params used by org.apache.solr.client.solrj.routing Class Description SolrParams SolrParams is designed to hold parameters to Solr, often from the request coming into Solr. -
Classes in org.apache.solr.common.params used by org.apache.solr.common.cloud Class Description SolrParams SolrParams is designed to hold parameters to Solr, often from the request coming into Solr. -
Classes in org.apache.solr.common.params used by org.apache.solr.common.params Class Description AppendedSolrParams SolrParams wrapper which acts similar to DefaultSolrParams except that it "appends" the values of multi-value params from both sub instances, so that all of the values are returned.CollectionParams.CollectionAction (Mostly) Collection API actions that can be sent by nodes to the Overseer over the/overseer/collection-queue-work
ZooKeeper queue.CollectionParams.LockLevel CommonParams.EchoParamStyle valid values for:echoParams
ConfigSetParams.ConfigSetAction CoreAdminParams.CoreAdminAction DefaultSolrParams FacetParams.FacetRangeInclude An enumeration of the legal values forFacetParams.FACET_DATE_INCLUDE
andFacetParams.FACET_RANGE_INCLUDE
lower = all gap based ranges include their lower bound upper = all gap based ranges include their upper bound edge = the first and last gap ranges include their edge bounds (ie: lower for the first one, upper for the last one) even if the corresponding upper/lower option is not specified outer = the BEFORE and AFTER ranges should be inclusive of their bounds, even if the first or last ranges already include those boundaries.FacetParams.FacetRangeMethod An enumeration of the legal values forFacetParams.FACET_RANGE_METHOD
filter = dv =FacetParams.FacetRangeOther An enumeration of the legal values forFacetParams.FACET_RANGE_OTHER
andFacetParams.FACET_DATE_OTHER
...ModifiableSolrParams This class is similar toMultiMapSolrParams
except you can edit the parameters after it is initialized.MoreLikeThisParams.TermStyle RequiredSolrParams This is a simple wrapper to SolrParams that will throw a 400 exception if you ask for a parameter that does not exist.SolrParams SolrParams is designed to hold parameters to Solr, often from the request coming into Solr.TermsParams.TermsRegexpFlag -
Classes in org.apache.solr.common.params used by org.apache.solr.common.util Class Description SolrParams SolrParams is designed to hold parameters to Solr, often from the request coming into Solr.