Package org.apache.solr.search.facet
Class SlotAcc.SlotContext
java.lang.Object
org.apache.solr.search.facet.SlotAcc.SlotContext
- Enclosing class:
SlotAcc
Incapsulates information about the current slot, for Accumulators that may want additional info
during collection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.search.Querybehavior of this method is undefined ifisAllBuckets()returnstrueboolean
-
Constructor Details
-
SlotContext
public SlotContext(org.apache.lucene.search.Query slotQuery)
-
-
Method Details
-
getSlotQuery
public org.apache.lucene.search.Query getSlotQuery()behavior of this method is undefined ifisAllBuckets()returnstrue -
isAllBuckets
public boolean isAllBuckets()- Returns:
- true if and only if this slot corrisponds to the
allBucketsbucket. - See Also:
-