Package org.apache.solr.search.facet
Class UniqueAgg
java.lang.Object
org.apache.lucene.queries.function.ValueSource
org.apache.solr.search.facet.AggValueSource
org.apache.solr.search.facet.StrAggValueSource
org.apache.solr.search.facet.UniqueAgg
- Direct Known Subclasses:
UniqueBlockAgg
-
Field Summary
FieldsFields inherited from class org.apache.solr.search.facet.StrAggValueSource
argFields 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.StrAggValueSource
description, equals, getArg, hashCodeMethods inherited from class org.apache.solr.search.facet.AggValueSource
getChildren, getValues, nameMethods inherited from class org.apache.lucene.queries.function.ValueSource
asDoubleValuesSource, asLongValuesSource, createWeight, fromDoubleValuesSource, getSortField, newContext, toString
-
Field Details
-
UNIQUE
- See Also:
-
-
Constructor Details
-
UniqueAgg
-
-
Method Details
-
createSlotAcc
- Overrides:
createSlotAccin classAggValueSource- Throws:
IOException
-
createFacetMerger
- Specified by:
createFacetMergerin classAggValueSource
-