romseygeek opened a new pull request, #15989: URL: https://github.com/apache/lucene/pull/15989
This reworks DocValuesRangeIterator so that it always uses a SkipBlockRangeIterator as an approximation if it can, which should improve how it behaves when combined with other two-phase iterators. A nice side-effect is that a lot of the complicated anonymous two-phase iteration implementations that were previously required to use DocValuesRangeIterator are now hidden behind static factory methods, making the iterator simpler to use and less likely to behave badly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
