Uses of Class
org.apache.lucene.search.grouping.LongRange
-
Packages that use LongRange Package Description org.apache.lucene.search.grouping Grouping. -
-
Uses of LongRange in org.apache.lucene.search.grouping
Fields in org.apache.lucene.search.grouping declared as LongRange Modifier and Type Field Description private LongRange
LongRangeGroupSelector. current
Fields in org.apache.lucene.search.grouping with type parameters of type LongRange Modifier and Type Field Description private java.util.Set<LongRange>
LongRangeGroupSelector. inSecondPass
Methods in org.apache.lucene.search.grouping that return LongRange Modifier and Type Method Description LongRange
LongRangeGroupSelector. copyValue()
LongRange
LongRangeGroupSelector. currentValue()
LongRange
LongRangeFactory. getRange(long value, LongRange reuse)
Finds the LongRange that a value should be grouped intoMethods in org.apache.lucene.search.grouping with parameters of type LongRange Modifier and Type Method Description LongRange
LongRangeFactory. getRange(long value, LongRange reuse)
Finds the LongRange that a value should be grouped intoMethod parameters in org.apache.lucene.search.grouping with type arguments of type LongRange Modifier and Type Method Description void
LongRangeGroupSelector. setGroups(java.util.Collection<SearchGroup<LongRange>> searchGroups)
-