Module org.apache.lucene.core
Package org.apache.lucene.search
Interface IndexSortSortedNumericDocValuesRangeQuery.ValueComparator
-
- Enclosing class:
- IndexSortSortedNumericDocValuesRangeQuery
private static interface IndexSortSortedNumericDocValuesRangeQuery.ValueComparator
Compares the given document's value with a stored reference value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
compare(int docID)
-