Uses of Interface
org.apache.solr.handler.component.StatsValues
-
Packages that use StatsValues Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.apache.solr.request APIs and classes for dealing with Solr requests -
-
Uses of StatsValues in org.apache.solr.handler.component
Classes in org.apache.solr.handler.component that implement StatsValues Modifier and Type Class Description classSortedDateStatsValuesclassSortedNumericStatsValuesFields in org.apache.solr.handler.component with type parameters of type StatsValues Modifier and Type Field Description Map<String,StatsValues>FieldFacetStats. facetStatsValuesMethods in org.apache.solr.handler.component that return StatsValues Modifier and Type Method Description StatsValuesStatsField. computeLocalStatsValues(DocSet base)static StatsValuesStatsValuesFactory. createStatsValues(StatsField statsField)Creates an instance of StatsValues which supports values from the specifiedStatsFieldMethods in org.apache.solr.handler.component that return types with arguments of type StatsValues Modifier and Type Method Description static Map<String,StatsValues>PivotFacetHelper. mergeStats(Map<String,StatsValues> merged, NamedList<NamedList<NamedList<?>>> remoteWrapper, org.apache.solr.handler.component.StatsInfo statsInfo)Given a mapping of keys toStatsValuesrepresenting the currently known "merged" stats (which may be null if none exist yet), and aNamedListcontaining the "stats" response block returned by an individual shard, this method accumulates the stats for eachStatsFieldfound in the shard response with the existing mergeStatsMethod parameters in org.apache.solr.handler.component with type arguments of type StatsValues Modifier and Type Method Description voidSortedDateStatsValues. addFacet(String facetName, Map<String,StatsValues> facetValues)voidSortedNumericStatsValues. addFacet(String facetName, Map<String,StatsValues> facetValues)voidStatsValues. addFacet(String facetName, Map<String,StatsValues> facetValues)Adds the facet statistics for the facet with the given namestatic NamedList<NamedList<NamedList<?>>>StatsComponent. convertToResponse(Map<String,StatsValues> statsValues)Given a map ofStatsValuesusing the appropriate response key, builds up the necessary "stats" data structure for including in the response -- including the esoteric "stats_fields" wrapper.static Map<String,StatsValues>PivotFacetHelper. mergeStats(Map<String,StatsValues> merged, NamedList<NamedList<NamedList<?>>> remoteWrapper, org.apache.solr.handler.component.StatsInfo statsInfo)Given a mapping of keys toStatsValuesrepresenting the currently known "merged" stats (which may be null if none exist yet), and aNamedListcontaining the "stats" response block returned by an individual shard, this method accumulates the stats for eachStatsFieldfound in the shard response with the existing mergeStats -
Uses of StatsValues in org.apache.solr.request
Methods in org.apache.solr.request that return StatsValues Modifier and Type Method Description static StatsValuesDocValuesStats. getCounts(SolrIndexSearcher searcher, StatsField statsField, DocSet docs, String[] facet)
-