javanna commented on code in PR #13794:
URL: https://github.com/apache/lucene/pull/13794#discussion_r1760852834


##########
lucene/core/src/java/org/apache/lucene/search/BulkScorer.java:
##########
@@ -33,7 +33,11 @@ public abstract class BulkScorer {
    * @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.
+   * @deprecated in favour of {@link #score(LeafCollector, Bits, int, int)}. 
Callers should instead
+   *     call the method variant that takes min and max as arguments. 
Subclasses that override it

Review Comment:
   good idea



-- 
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

Reply via email to