SearchComponent implementations for
use in SearchHandlerSee: Description
| Interface | Description |
|---|---|
| MergeStrategy |
The MergeStrategy class defines custom merge logic for distributed searches.
|
| StatsValues |
StatsValue defines the interface for the collection of statistical values about fields and facets.
|
| Class | Description |
|---|---|
| DebugComponent |
Adds debugging information to a request.
|
| ExpandComponent |
The ExpandComponent is designed to work with the CollapsingPostFilter.
|
| FacetComponent |
TODO!
|
| FacetComponent.DistribFieldFacet |
This API is experimental and subject to change
|
| FacetComponent.FacetBase |
This API is experimental and subject to change
|
| FacetComponent.FacetInfo |
This API is experimental and subject to change
|
| FacetComponent.FieldFacet |
This API is experimental and subject to change
|
| FacetComponent.QueryFacet |
This API is experimental and subject to change
|
| FacetComponent.ShardFacetCount |
This API is experimental and subject to change
|
| FieldFacetStats |
FieldFacetStats is a utility to accumulate statistics on a set of values in one field,
for facet values present in another field.
|
| HighlightComponent |
TODO!
|
| HttpShardHandler | |
| HttpShardHandlerFactory | |
| MoreLikeThisComponent |
TODO!
|
| PivotFacet |
Models a single instance of a "pivot" specified by a
FacetParams.FACET_PIVOT
param, which may contain multiple nested fields. |
| PivotFacetField |
Models a single field somewhere in a hierarchy of fields as part of a pivot facet.
|
| PivotFacetFieldValueCollection |
Emcapsulates a collection of
PivotFacetValues associated with a
PivotFacetField withs pecial tracking of a PivotFacetValue
corrisponding to the null value when FacetParams.FACET_MISSING
is used. |
| PivotFacetHelper | |
| PivotFacetProcessor |
Processes all Pivot facet logic for a single node -- both non-distrib, and per-shard
|
| PivotFacetValue |
Models a single (value, count) pair that will exist in the collection of values for a
PivotFacetField parent. |
| QueryComponent |
TODO!
|
| QueryElevationComponent |
A component to elevate some documents to the top of the result set.
|
| RealTimeGetComponent | |
| ResponseBuilder |
This class is experimental and will be changing in the future.
|
| ResponseBuilder.GlobalCollectionStat | |
| ResponseLogComponent |
Adds to the log file the document IDs that are sent in the query response.
|
| SearchComponent |
TODO!
|
| SearchHandler |
Refer SOLR-281
|
| ShardDoc | |
| ShardHandler | |
| ShardHandlerFactory | |
| ShardRequest | |
| ShardResponse | |
| SpellCheckComponent |
A SearchComponent implementation which provides support for spell checking
and suggestions using the Lucene contributed SpellChecker.
|
| SpellCheckMergeData | |
| StatsComponent |
Stats component calculates simple statistics on numeric field values
|
| StatsValuesFactory |
Factory class for creating instance of
StatsValues |
| SuggestComponent |
SuggestComponent: interacts with multiple
SolrSuggester to serve up suggestions
Responsible for routing commands and queries to the appropriate SolrSuggester
and for initializing them as specified by SolrConfig |
| TermsComponent |
Return TermEnum information, useful for things like auto suggest.
|
| TermVectorComponent |
Return term vectors for the documents in a query result set.
|
SearchComponent implementations for
use in SearchHandler
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.