Uses of Package
org.apache.solr.common.params

Packages that use org.apache.solr.common.params
org.apache.solr.client.solrj   
org.apache.solr.client.solrj.impl   
org.apache.solr.client.solrj.request   
org.apache.solr.client.solrj.util   
org.apache.solr.common.params   
org.apache.solr.handler   
org.apache.solr.handler.clustering   
org.apache.solr.handler.component   
org.apache.solr.handler.extraction   
org.apache.solr.highlight   
org.apache.solr.request   
org.apache.solr.schema   
org.apache.solr.search   
org.apache.solr.servlet   
org.apache.solr.spelling   
org.apache.solr.update.processor   
org.apache.solr.util   
 

Classes in org.apache.solr.common.params used by org.apache.solr.client.solrj
ModifiableSolrParams
          This class is similar to MultiMapSolrParams except you can edit the parameters after it is initialized.
SolrParams
          SolrParams hold request parameters.
 

Classes in org.apache.solr.common.params used by org.apache.solr.client.solrj.impl
ModifiableSolrParams
          This class is similar to MultiMapSolrParams except you can edit the parameters after it is initialized.
 

Classes in org.apache.solr.common.params used by org.apache.solr.client.solrj.request
CoreAdminParams.CoreAdminAction
           
ModifiableSolrParams
          This class is similar to MultiMapSolrParams except you can edit the parameters after it is initialized.
SolrParams
          SolrParams hold request parameters.
 

Classes in org.apache.solr.common.params used by org.apache.solr.client.solrj.util
SolrParams
          SolrParams hold request parameters.
 

Classes in org.apache.solr.common.params used by org.apache.solr.common.params
CommonParams.EchoParamStyle
          valid values for: echoParams
CoreAdminParams.CoreAdminAction
           
DefaultSolrParams
           
FacetParams.FacetDateOther
          Deprecated. Use FacetParams.FacetRangeOther
FacetParams.FacetRangeInclude
          An enumeration of the legal values for FacetParams.FACET_DATE_INCLUDE and FacetParams.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 corrisponding 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 thouse boundaries.
FacetParams.FacetRangeOther
          An enumeration of the legal values for FacetParams.FACET_RANGE_OTHER and FacetParams.FACET_DATE_OTHER ...
ModifiableSolrParams
          This class is similar to MultiMapSolrParams 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 hold request parameters.
TermsParams.TermsRegexpFlag
           
 

Classes in org.apache.solr.common.params used by org.apache.solr.handler
SolrParams
          SolrParams hold request parameters.
 

Classes in org.apache.solr.common.params used by org.apache.solr.handler.clustering
SolrParams
          SolrParams hold request parameters.
 

Classes in org.apache.solr.common.params used by org.apache.solr.handler.component
ModifiableSolrParams
          This class is similar to MultiMapSolrParams except you can edit the parameters after it is initialized.
SolrParams
          SolrParams hold request parameters.
SpellingParams
          Parameters used for spellchecking
 

Classes in org.apache.solr.common.params used by org.apache.solr.handler.extraction
SolrParams
          SolrParams hold request parameters.
 

Classes in org.apache.solr.common.params used by org.apache.solr.highlight
SolrParams
          SolrParams hold request parameters.
 

Classes in org.apache.solr.common.params used by org.apache.solr.request
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.
CommonParams
          Parameters used across many handlers
DefaultSolrParams
           
FacetParams
          Facet parameters
MapSolrParams
           
MultiMapSolrParams
           
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 hold request parameters.
 

Classes in org.apache.solr.common.params used by org.apache.solr.schema
SolrParams
          SolrParams hold request parameters.
 

Classes in org.apache.solr.common.params used by org.apache.solr.search
SolrParams
          SolrParams hold request parameters.
 

Classes in org.apache.solr.common.params used by org.apache.solr.servlet
MultiMapSolrParams
           
SolrParams
          SolrParams hold request parameters.
 

Classes in org.apache.solr.common.params used by org.apache.solr.spelling
SolrParams
          SolrParams hold request parameters.
 

Classes in org.apache.solr.common.params used by org.apache.solr.update.processor
SolrParams
          SolrParams hold request parameters.
 

Classes in org.apache.solr.common.params used by org.apache.solr.util
CommonParams
          Parameters used across many handlers
DisMaxParams
          A collection of params used in DisMaxRequestHandler, both for Plugin initialization and for Requests.
HighlightParams
           
SolrParams
          SolrParams hold request parameters.
UpdateParams
          A collection of standard params used by Update handlers