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

Packages that use StatsValues
org.apache.solr.handler.component SearchComponent implementations for use in SearchHandler 
org.apache.solr.request APIs and classes for dealing with Solr requests 
 

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(SchemaField sf, boolean calcDistinct)
          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, boolean calcDistinct, String[] facet)
          Collect statistics about the UninvertedField.
 



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