NextbrickInc opened a new pull request, #16542:
URL: https://github.com/apache/lucene/pull/16542

   ## Summary
   - Fixes https://github.com/apache/lucene/issues/15239
   - When a search uses `ScoreMode.COMPLETE`, `BatchScoreBulkScorer` no longer 
skips hits because a nested `TopScoreDocCollector` called 
`setMinCompetitiveScore`.
   - Adds a regression test for a `SimpleCollector` wrapping 
`TopScoreDocCollector`.
   
   ## Test plan
   - [x] `./gradlew :lucene:core:test --tests 
org.apache.lucene.search.TestMultiCollector`


-- 
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]

Reply via email to