Uses of Interface
org.apache.solr.handler.component.StatsValues

Packages that use StatsValues
org.apache.solr.handler.component   
org.apache.solr.request   
 

Uses of StatsValues in org.apache.solr.handler.component
 

Fields in org.apache.solr.handler.component with type parameters of type StatsValues
 Map<String,StatsValues> FieldFacetStats.facetStatsValues
           
 

Methods in org.apache.solr.handler.component that return StatsValues
static StatsValues StatsValuesFactory.createStatsValues(FieldType fieldType)
          Creates an instance of StatsValues which supports values from a field of the given FieldType
 

Method parameters in org.apache.solr.handler.component with type arguments of type StatsValues
 void StatsValues.addFacet(String facetName, Map<String,StatsValues> facetValues)
          Adds the facet statistics for the facet with the given name
 

Uses of StatsValues in org.apache.solr.request
 

Methods in org.apache.solr.request that return StatsValues
 StatsValues UnInvertedField.getStats(SolrIndexSearcher searcher, DocSet baseDocs, String[] facet)
          Collect statistics about the UninvertedField.
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.