| Package | Description |
|---|---|
| org.apache.solr.handler.component | |
| org.apache.solr.request |
| Modifier and Type | Field and Description |
|---|---|
Map<String,StatsValues> |
FieldFacetStats.facetStatsValues |
| 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(String facetName,
Map<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,
String[] facet)
Collect statistics about the UninvertedField.
|