Package org.apache.solr.search.facet
Class VarianceAgg
java.lang.Object
org.apache.lucene.queries.function.ValueSource
org.apache.solr.search.facet.AggValueSource
org.apache.solr.search.facet.SimpleAggValueSource
org.apache.solr.search.facet.VarianceAgg
-
Field Summary
Fields inherited from class org.apache.solr.search.facet.AggValueSource
name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFacetMerger(Object prototype) createSlotAcc(FacetContext fcontext, long numDocs, int numSlots) Methods inherited from class org.apache.solr.search.facet.SimpleAggValueSource
description, equals, getArg, getValues, hashCodeMethods inherited from class org.apache.solr.search.facet.AggValueSource
getChildren, nameMethods inherited from class org.apache.lucene.queries.function.ValueSource
asDoubleValuesSource, asLongValuesSource, createWeight, fromDoubleValuesSource, getSortField, newContext, toString
-
Constructor Details
-
VarianceAgg
public VarianceAgg(org.apache.lucene.queries.function.ValueSource vs)
-
-
Method Details
-
createSlotAcc
- Overrides:
createSlotAccin classAggValueSource- Throws:
IOException
-
createFacetMerger
- Specified by:
createFacetMergerin classAggValueSource
-