| Interface | Description |
|---|---|
| StatsValues |
StatsValue defines the interface for the collection of statistical values about fields and facets.
|
| Class | Description |
|---|---|
| AbstractStatsValues<T> |
Abstract implementation of
StatsValues that provides the default behavior
for most StatsValues implementations. |
| DateStatsValues |
Implementation of StatsValues that supports Date values
|
| DebugComponent |
Adds debugging information to a request.
|
| ElevationComparatorSource | |
| 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 |
9/10/2009 - Moved out of StatsComponent to allow open access to UnInvertedField
FieldFacetStats is a utility to accumulate statistics on a set of values in one field,
for facet values present in another field.
|
| FieldOptions | |
| HighlightComponent |
TODO!
|
| HttpShardHandler | |
| HttpShardHandler.SimpleSolrResponse | |
| HttpShardHandlerFactory | |
| MoreLikeThisComponent |
TODO!
|
| NumericStatsValues |
Implementation of StatsValues that supports Double values
|
| QueryComponent |
TODO!
|
| QueryElevationComponent |
A component to elevate some documents to the top of the result set.
|
| ResponseBuilder |
This class is experimental and will be changing in the future.
|
| ResponseBuilder.GlobalCollectionStat | |
| SearchComponent |
TODO!
|
| SearchHandler |
Refer SOLR-281
|
| ShardDoc | |
| ShardFieldSortedHitQueue | |
| ShardHandler | |
| ShardHandlerFactory |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| ShardRequest | |
| ShardResponse | |
| SimpleStats | |
| SpellCheckComponent |
A SearchComponent implementation which provides support for spell checking
and suggestions using the Lucene contributed SpellChecker.
|
| SpellCheckComponent.SpellCheckerListener | |
| StatsComponent |
Stats component calculates simple statistics on numeric field values
|
| StatsInfo | |
| StatsValuesFactory |
Factory class for creating instance of
StatsValues |
| StringStatsValues |
Implementation of StatsValues that supports String values
|
| TermsComponent |
Return TermEnum information, useful for things like auto suggest.
|
| TermVectorComponent |
Return term vectors for the documents in a query result set.
|
| TermVectorComponent.TVMapper |