javanna merged PR #14297:
URL: https://github.com/apache/lucene/pull/14297
--
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: issues-unsubscr...@lucene.apa
javanna commented on code in PR #14297:
URL: https://github.com/apache/lucene/pull/14297#discussion_r1971607574
##
lucene/CHANGES.txt:
##
@@ -22,6 +22,8 @@ API Changes
* GITHUB#14291: Remove IOException from
ScorerSupplier#setTopLevelScoringClause signature (Luca Cavanna)
jpountz commented on code in PR #14297:
URL: https://github.com/apache/lucene/pull/14297#discussion_r1971598840
##
lucene/CHANGES.txt:
##
@@ -22,6 +22,8 @@ API Changes
* GITHUB#14291: Remove IOException from
ScorerSupplier#setTopLevelScoringClause signature (Luca Cavanna)
javanna opened a new pull request, #14297:
URL: https://github.com/apache/lucene/pull/14297
We removed DocIdSet#bits in #14290. This commit removes the last usage of
the former bits method from QueryBitSetProducer. A BitSet can be used directly
instead of a DocIdSet, introducind a sentinel