javanna commented on code in PR #13542: URL: https://github.com/apache/lucene/pull/13542#discussion_r1741216982
########## lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java: ########## @@ -732,7 +842,11 @@ private <C extends Collector> void search( * @param collector to receive hits * @throws TooManyClauses If a query would exceed {@link IndexSearcher#getMaxClauseCount()} * clauses. + * @deprecated in favour of {@link #search(LeafReaderContextPartition[], Weight, Collector)} that + * provides the same functionality while also supporting segments partitioning. Will be + * removed once the removal of the deprecated {@link #search(Query, Collector)} is completed. Review Comment: This depends on https://github.com/apache/lucene/issues/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: 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