javanna commented on code in PR #16042: URL: https://github.com/apache/lucene/pull/16042#discussion_r3216978375
########## 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: Could you add your name back at the end of the changes entry please? That's important to recognize your contribution :) -- 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]
