slow-J opened a new issue, #13620: URL: https://github.com/apache/lucene/issues/13620
### Description https://jenkins.thetaphi.de/job/Lucene-main-MacOSX/11653/ I can repro with `./gradlew test --tests TestTopDocsCollector.testResultsOrder -Dtests.seed=207A6071B3338CA6` The test passes if I revert https://github.com/apache/lucene/commit/d491dfe1315c80319547ec183be3d7aa902d2e9e This is bug happens I believe due to having 2 collectors with the same indexes and the score of `9.17561f` is never inserted into the pq. I found a fix, pending some tests. ### Version and environment details _No response_ -- 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]
