Uses of Class
org.apache.solr.handler.component.StatsField
-
Packages that use StatsField Package Description org.apache.solr.handler.component SearchComponent
implementations for use inSearchHandler
org.apache.solr.request APIs and classes for dealing with Solr requests -
-
Uses of StatsField in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component with parameters of type StatsField Modifier and Type Method Description static StatsValues
StatsValuesFactory. createStatsValues(StatsField statsField)
Creates an instance of StatsValues which supports values from the specifiedStatsField
Method parameters in org.apache.solr.handler.component with type arguments of type StatsField Modifier and Type Method Description protected List<org.apache.solr.common.util.NamedList<Object>>
PivotFacetProcessor. doPivots(org.apache.solr.common.util.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 fieldConstructors in org.apache.solr.handler.component with parameters of type StatsField Constructor Description FieldFacetStats(SolrIndexSearcher searcher, SchemaField facet_sf, StatsField statsField)
SortedDateStatsValues(org.apache.solr.handler.component.StatsValuesFactory.DateStatsValues dsv, StatsField field)
SortedNumericStatsValues(org.apache.solr.handler.component.StatsValuesFactory.NumericStatsValues nsv, StatsField field)
-
Uses of StatsField in org.apache.solr.request
Methods in org.apache.solr.request with parameters of type StatsField Modifier and Type Method Description static StatsValues
DocValuesStats. getCounts(SolrIndexSearcher searcher, StatsField statsField, DocSet docs, String[] facet)
-