[ 
https://issues.apache.org/jira/browse/LUCENE-10460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lu Xugang resolved LUCENE-10460.
--------------------------------
    Resolution: Auto Closed

optimized by  LUCENE-10458.

> 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
>            Priority: Trivial
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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]

Reply via email to