Module org.apache.lucene.sandbox
Package org.apache.lucene.sandbox.search
Interface MultiRangeQuery.Range
-
- All Superinterfaces:
MultiRangeQuery.Relatable
- Enclosing class:
- MultiRangeQuery
private static interface MultiRangeQuery.Range extends MultiRangeQuery.Relatable
A range represents anything with a min/max value that can compute its relation with another range and can compute if a point is inside it
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getMaxPackedValue()
max value of this rangebyte[]
getMinPackedValue()
min value of this range-
Methods inherited from interface org.apache.lucene.sandbox.search.MultiRangeQuery.Relatable
matches, relate
-
-