javanna opened a new pull request, #16266: URL: https://github.com/apache/lucene/pull/16266
Remove the deprecated `IndexSearcher#search(Query, Collector)` call. Rather than introducing collector managers, which add in this case unwanted complexity, the search call can be replaced by a loop over the leaves. `SimpleCollector` wrapper is gone; a for-loop over leaf contexts and a while-loop over matching documents are now the explicit driver. Relates to #12892 -- 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]
