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 | Method and Description |
---|---|
static StatsValues |
StatsValuesFactory.createStatsValues(StatsField statsField)
Creates an instance of StatsValues which supports values from the specified
StatsField |
Modifier and Type | Method and Description |
---|---|
protected List<NamedList<Object>> |
PivotFacetProcessor.doPivots(NamedList<Integer> superFacets,
String field,
String subField,
Deque<String> fnames,
Deque<String> vnames,
SimpleFacets.ParsedParams parsed,
List<StatsField> statsFields,
List<FacetComponent.FacetBase> facetQueries,
List<RangeFacetRequest> facetRanges)
Recursive function to compute all the pivot counts for the values under the specified field
|
Constructor and Description |
---|
FieldFacetStats(SolrIndexSearcher searcher,
SchemaField facet_sf,
StatsField statsField) |
SortedDateStatsValues(org.apache.solr.handler.component.DateStatsValues dsv,
StatsField field) |
SortedNumericStatsValues(org.apache.solr.handler.component.NumericStatsValues nsv,
StatsField field) |
Modifier and Type | Method and Description |
---|---|
static StatsValues |
DocValuesStats.getCounts(SolrIndexSearcher searcher,
StatsField statsField,
DocSet docs,
String[] facet) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.