benwtrent commented on code in PR #15502:
URL: https://github.com/apache/lucene/pull/15502#discussion_r2619757812
##########
lucene/core/src/java/org/apache/lucene/search/FilterWeight.java:
##########
@@ -23,10 +23,6 @@
* A {@code FilterWeight} contains another {@code Weight} and implements all
abstract methods by
* calling the contained weight's method.
*
- * <p>Note that {@code FilterWeight} does not override the non-abstract {@link
- * Weight#bulkScorer(LeafReaderContext)} method and subclasses of {@code
FilterWeight} must provide
- * their bulkScorer implementation if required.
- *
Review Comment:
Why did you remove this comment. It doesn't seem like you are delegating
bulkScorer.
--
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]