| Interface | Description |
|---|---|
| AnalysisParams |
Defines the request parameters used by all analysis request handlers.
|
| CollectionParams | |
| CommonParams |
Parameters used across many handlers
|
| CoreAdminParams | |
| DisMaxParams |
A collection of params used in DisMaxRequestHandler,
both for Plugin initialization and for Requests.
|
| EventParams | |
| FacetParams |
Facet parameters
|
| GroupParams |
Group parameters
|
| HighlightParams | |
| MoreLikeThisParams | |
| QueryElevationParams |
Parameters used with the QueryElevationComponent
|
| ShardParams |
Parameters used for distributed search.
|
| SpatialParams | |
| SpellingParams |
Parameters used for spellchecking
|
| StatsParams |
Stats Parameters
|
| TermsParams | |
| TermVectorParams | |
| UpdateParams |
A collection of standard params used by Update handlers
|
| 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.
|
| DefaultSolrParams | |
| MapSolrParams | |
| ModifiableSolrParams |
This class is similar to MultiMapSolrParams except you can edit the
parameters after it is initialized.
|
| 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.
|
| Enum | Description |
|---|---|
| CollectionParams.CollectionAction | |
| CommonParams.EchoParamStyle |
valid values for:
echoParams |
| CoreAdminParams.CoreAdminAction | |
| FacetParams.FacetDateOther | Deprecated |
| FacetParams.FacetRangeInclude |
An enumeration of the legal values for
FacetParams.FACET_DATE_INCLUDE and FacetParams.FACET_RANGE_INCLUDE |
| FacetParams.FacetRangeOther |
An enumeration of the legal values for
FacetParams.FACET_RANGE_OTHER and FacetParams.FACET_DATE_OTHER ... |
| MoreLikeThisParams.TermStyle | |
| TermsParams.TermsRegexpFlag |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.