javanna commented on code in PR #13542: URL: https://github.com/apache/lucene/pull/13542#discussion_r1749750973
########## lucene/core/src/java/org/apache/lucene/search/BulkScorer.java: ########## @@ -27,18 +27,6 @@ */ public abstract class BulkScorer { - /** - * Scores and collects all matching documents. - * - * @param collector The collector to which all matching documents are passed. - * @param acceptDocs {@link Bits} that represents the allowed documents to match, or {@code null} - * if they are all allowed to match. - */ - public void score(LeafCollector collector, Bits acceptDocs) throws IOException { Review Comment: Actually, I am not too sure it makes sense to deprecate in 9.x, because it is still heavily used and despite there is a variant of it that takes min and max, it is not a replacement yet until intra-segment concurrency is introduced with this PR. -- 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