romseygeek commented on code in PR #16070:
URL: https://github.com/apache/lucene/pull/16070#discussion_r3247627552
##########
lucene/CHANGES.txt:
##########
@@ -376,8 +376,8 @@ Optimizations
* GITHUB#16001: IndexSearcher.count() was calling query.rewrite twice, a
regression since v9.10 (David Smiley)
-* GITHUB16061#: Improve cost estimation in SortedSetDocValuesRangeQuery when
using DocValuesSkipper and the field
- is dense and is the primary sort of the index and reduce the number of doc
values visited. (Ignacio Vera)
+* 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 and reduce the
number of doc values visited. (Ignacio Vera)
Review Comment:
```suggestion
and the field is dense and is the primary sort of the index to reduce the
number of doc values visited. (Ignacio Vera)
```
--
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]