mikemccand commented on code in PR #13238: URL: https://github.com/apache/lucene/pull/13238#discussion_r1546424925
########## lucene/MIGRATE.md: ########## @@ -185,6 +185,34 @@ enum. `IOContext#LOAD` has been replaced with `IOContext#PRELOAD`. +### IndexSearch#search(Query, Collector) being deprecated in favor of IndexSearcher#search(Query, CollectorManager) (LUCENE-10002) + +`IndexSearch#search(Query, Collector)` is now being deprecated in favor of `IndexSearcher#search(Query, CollectorManager)`, Review Comment: Maybe say "has been removed" instead of "is now being deprecated"? Since this is the `MIGRATE.md` for 10.0.0, won't (will?) we have removed the `Collector` based search API? -- 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]
