javanna commented on code in PR #13542:
URL: https://github.com/apache/lucene/pull/13542#discussion_r1741216647
##########
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:
If we agree that we should remove this in main, I am going to deprecate it
in branch_9x .
--
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]