Package | Description |
---|---|
org.apache.solr.handler.component | |
org.apache.solr.request |
Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractStatsValues<T>
Abstract implementation of
StatsValues that provides the default behavior
for most StatsValues implementations. |
(package private) class |
DateStatsValues
Implementation of StatsValues that supports Date values
|
(package private) class |
NumericStatsValues
Implementation of StatsValues that supports Double values
|
(package private) class |
StringStatsValues
Implementation of StatsValues that supports String values
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,java.util.Map<java.lang.String,StatsValues>> |
AbstractStatsValues.facets |
java.util.Map<java.lang.String,StatsValues> |
FieldFacetStats.facetStatsValues |
(package private) java.util.Map<java.lang.String,StatsValues> |
StatsInfo.statsFields |
Modifier and Type | Method and Description |
---|---|
static StatsValues |
StatsValuesFactory.createStatsValues(FieldType fieldType)
Creates an instance of StatsValues which supports values from a field of the given FieldType
|
Modifier and Type | Method and Description |
---|---|
void |
StatsValues.addFacet(java.lang.String facetName,
java.util.Map<java.lang.String,StatsValues> facetValues)
Adds the facet statistics for the facet with the given name
|
void |
AbstractStatsValues.addFacet(java.lang.String facetName,
java.util.Map<java.lang.String,StatsValues> facetValues)
Adds the facet statistics for the facet with the given name
|
Modifier and Type | Method and Description |
---|---|
StatsValues |
UnInvertedField.getStats(SolrIndexSearcher searcher,
DocSet baseDocs,
java.lang.String[] facet)
Collect statistics about the UninvertedField.
|