Package org.apache.solr.search.facet
Class UniqueBlockQueryAgg
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
org.apache.solr.search.facet.UniqueBlockAgg
org.apache.solr.search.facet.UniqueBlockQueryAgg
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.solr.search.facet.UniqueBlockAgg
UniqueBlockAgg.UniqueBlockSlotAcc -
Field Summary
Fields 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 TypeMethodDescriptioncreateSlotAcc(FacetContext fcontext, long numDocs, int numSlots) Methods inherited from class org.apache.solr.search.facet.UniqueBlockAgg
createFacetMergerMethods 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
-
Constructor Details
-
UniqueBlockQueryAgg
public UniqueBlockQueryAgg(org.apache.lucene.search.Query query)
-
-
Method Details
-
createSlotAcc
- Specified by:
createSlotAccin classUniqueBlockAgg- Throws:
IOException
-