Lu Xugang created LUCENE-10460:
----------------------------------
Summary: Delegating DocIdSetIterator could be replaced to
DocIdSetIterator#range(int minDoc, int maxDoc) in
IndexSortSortedNumericDocValuesRangeQuery
Key: LUCENE-10460
URL: https://issues.apache.org/jira/browse/LUCENE-10460
Project: Lucene - Core
Issue Type: Improvement
Reporter: Lu Xugang
While taking advantage of of index sort In
IndexSortSortedNumericDocValuesRangeQuery, if MissingValue disabled, all
Documents between a range of firstDoc and lastDoc must contain DocValues. So In
BoundedDocSetIdIterator#advance(int), the delegating DocIdSetIterator could be
replaced to DocIdSetIterator#range(int minDoc, int maxDoc)?
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]