Uses of Package
org.apache.solr.common.params
Packages that use org.apache.solr.common.params
Package
Description
Primary APIs for communicating with a Solr Server from a Java client.
Implementations of some client API classes, and their friends.
Convenience classes for dealing with various types of Solr requests.
Allows sending of requests using Solr's JSON query/faceting API
Convenience classes for making Schema API requests.
Classes to handle query routing preferences
Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
Parameter constants and enumerations.
Common utility classes reused on both clients & server.
-
Classes in org.apache.solr.common.params used by org.apache.solr.client.solrjClassDescriptionSolrParams 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.implClassDescriptionThis class is similar to
MultiMapSolrParamsexcept you can edit the parameters after it is initialized. -
Classes in org.apache.solr.common.params used by org.apache.solr.client.solrj.requestClassDescription(Mostly) Collection API actions that can be sent by nodes to the Overseer over the
/overseer/collection-queue-workZooKeeper queue.This class is similar toMultiMapSolrParamsexcept you can edit the parameters after it is initialized.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.jsonClassDescriptionSolrParams 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.schemaClassDescriptionSolrParams 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.routingClassDescriptionSolrParams 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.cloudClassDescriptionThis class is similar to
MultiMapSolrParamsexcept you can edit the parameters after it is initialized.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.paramsClassDescriptionSolrParams wrapper which acts similar to DefaultSolrParams except that it "appends" the values of multi-value params from both sub instances, so that all the values are returned.(Mostly) Collection API actions that can be sent by nodes to the Overseer over the
/overseer/collection-queue-workZooKeeper queue.valid values for:echoParamsAn enumeration of the legal values forFacetParams.FACET_DATE_INCLUDEandFacetParams.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.An enumeration of the legal values forFacetParams.FACET_RANGE_METHODfilter = dv =An enumeration of the legal values forFacetParams.FACET_RANGE_OTHERandFacetParams.FACET_DATE_OTHER...This class is similar toMultiMapSolrParamsexcept you can edit the parameters after it is initialized.This is a simple wrapper to SolrParams that will throw a 400 exception if you ask for a parameter that does not exist.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.utilClassDescriptionSolrParams is designed to hold parameters to Solr, often from the request coming into Solr.