Package org.apache.solr.search.facet
Class SlotAcc.SlotContext
- java.lang.Object
-
- org.apache.solr.search.facet.SlotAcc.SlotContext
-
-
Constructor Summary
Constructors Constructor Description SlotContext(org.apache.lucene.search.Query slotQuery)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.search.Query
getSlotQuery()
behavior of this method is undefined ifisAllBuckets()
returnstrue
boolean
isAllBuckets()
-
-
-
Method Detail
-
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
allBuckets
bucket. - See Also:
getSlotQuery()
-
-