Package org.apache.solr.search.facet
Class CountAgg
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.CountAgg
-
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
-
CountAgg
public CountAgg()
-
-
Method Details
-
createSlotAcc
- Overrides:
createSlotAccin classAggValueSource- Throws:
IOException
-
createFacetMerger
- Specified by:
createFacetMergerin classAggValueSource
-