slow-J opened a new pull request, #13621: URL: https://github.com/apache/lucene/pull/13621
Closes #13620 I believe this bug happens due to having 2 collectors with the same indexes and the score of `9.17561f` is never inserted into the pq, failing the assertion. Another potential solution is having a SingletonMyTopDocsCollectorMananger which always returns the same `MyTopDocsCollector`. TEST: ` ./gradlew tidy && ./gradlew test` + `./gradlew test --tests TestTopDocsCollector.testResultsOrder -Dtests.seed=207A6071B3338CA6` -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org