Module org.apache.lucene.sandbox
Package org.apache.lucene.sandbox.search
Interface MultiRangeQuery.Range
- All Superinterfaces:
MultiRangeQuery.Relatable
- Enclosing class:
- MultiRangeQuery
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
Modifier and TypeMethodDescriptionbyte[]
max value of this rangebyte[]
min value of this rangeMethods inherited from interface org.apache.lucene.sandbox.search.MultiRangeQuery.Relatable
matches, relate
-
Method Details
-
getMinPackedValue
byte[] getMinPackedValue()min value of this range -
getMaxPackedValue
byte[] getMaxPackedValue()max value of this range
-