benwtrent commented on code in PR #16050: URL: https://github.com/apache/lucene/pull/16050#discussion_r3268378455
########## lucene/CHANGES.txt: ########## @@ -385,6 +385,12 @@ Optimizations * GITHUB#16001: IndexSearcher.count() was calling query.rewrite twice, a regression since v9.10 (David Smiley) +* GITHUB#16050: Add SIMD-accelerated bulk range evaluation for dense numeric doc values via + BatchDocValuesRangeIterator and DocValuesRangeSupport. (Sagar Upadhyaya) + +* GITHUB#16061, GITHUB#16070: Improve cost estimation in SortedSetDocValuesRangeQuery when using DocValuesSkipper + and the field is dense and is the primary sort of the index to reduce the number of doc values visited. (Ignacio Vera) + Review Comment: ```suggestion ``` -- 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]
