| Package | Description |
|---|---|
| org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
| org.apache.solr.request |
APIs and classes for dealing with Solr requests
|
| Modifier and Type | Field and Description |
|---|---|
Map<String,StatsValues> |
FieldFacetStats.facetStatsValues |
| Modifier and Type | Method and Description |
|---|---|
static StatsValues |
StatsValuesFactory.createStatsValues(SchemaField sf,
boolean calcDistinct)
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 |
|---|---|
static StatsValues |
DocValuesStats.getCounts(SolrIndexSearcher searcher,
String fieldName,
DocSet docs,
boolean calcDistinct,
String[] facet) |
StatsValues |
UnInvertedField.getStats(SolrIndexSearcher searcher,
DocSet baseDocs,
boolean calcDistinct,
String[] facet)
Collect statistics about the UninvertedField.
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.