Package org.apache.solr.common.params
package org.apache.solr.common.params
Parameter constants and enumerations.
-
ClassDescriptionDefines the request parameters used by all analysis request handlers.SolrParams 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.Parameters used across many handlersvalid values for:echoParamsConfigSets API related parameters and actions.Parameters and constants used when dealing with cursor based requests across large sorted result sets.A collection of params used in DisMaxRequestHandler, both for Plugin initialization and for Requests.Expand parametersFacet parametersAn 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...Group parametersSolrParamsimplementation that can be built from and is backed by aMap.This class is similar toMultiMapSolrParamsexcept you can edit the parameters after it is initialized.Params forMoreLikeThisHandler.Parameters used with the QueryElevationComponentThis is a simple wrapper to SolrParams that will throw a 400 exception if you ask for a parameter that does not exist.Parameters used for distributed search.Parameters used by the SimpleQParser.SolrParams is designed to hold parameters to Solr, often from the request coming into Solr.Parameters used for spellcheckingStats ParametersStreaming Expressions Parameters and Properties.A collection of standard params used by Update handlers