prudhvigodithi commented on code in PR #16042: URL: https://github.com/apache/lucene/pull/16042#discussion_r3220177586
########## lucene/CHANGES.txt: ########## @@ -26,6 +26,9 @@ API Changes * GITHUB#16043: Add field parameter to FlatVectorsReader.getFlatVectorScorer to match the other scorer methods in that class. (Simon Cooper) +* GITHUB#16042: Deprecate TopFieldCollectorManager#getCollectors. The result of the search operation is returned + as part of a TopFieldDocs instance, there is no need to check the state of each collector after search Review Comment: Yes I have missed it, added to the latest commit. Thanks -- 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]
