slow-J opened a new pull request, #13500: URL: https://github.com/apache/lucene/pull/13500
Removing usage of TopScoreDocCollector + TopFieldCollector deprecated methods (#create, #createSharedManager) Closes #13499 Copying description from issue: These methods were deprecated in https://github.com/apache/lucene/pull/240 which is part of Lucene 10.0. Since they are not marked for deprecation in Lucene 9.x, they will not be removed with Lucene 10.0 release (unless we want to deprecate them in 9.x in another backport commit?), but I still think we should remove the internal usage so it will be quicker to remove the methods when the time comes. This is a 1:1 change to remove the usages. Test command: `./gradlew clean; ./gradlew tidy; ./gradlew check` -- 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