Uses of Class
org.apache.lucene.search.IndexSortSortedNumericDocValuesRangeQuery.ValueAndDoc
Packages that use IndexSortSortedNumericDocValuesRangeQuery.ValueAndDoc
-
Uses of IndexSortSortedNumericDocValuesRangeQuery.ValueAndDoc in org.apache.lucene.search
Methods in org.apache.lucene.search that return IndexSortSortedNumericDocValuesRangeQuery.ValueAndDocModifier and TypeMethodDescriptionprivate static IndexSortSortedNumericDocValuesRangeQuery.ValueAndDoc
IndexSortSortedNumericDocValuesRangeQuery.findNextValue
(PointValues.PointTree pointTree, byte[] value, boolean allowEqual, ArrayUtil.ByteArrayComparator comparator, boolean lastDoc) Move to the minimum leaf node that has at least one value that is greater than (or equal to ifallowEqual
)value
, and return the next greater value on this block.