iamsanjay commented on code in PR #13319: URL: https://github.com/apache/lucene/pull/13319#discussion_r1587404169
########## lucene/core/src/java/org/apache/lucene/search/FilterWeight.java: ########## @@ -58,11 +58,6 @@ public Explanation explain(LeafReaderContext context, int doc) throws IOExceptio return in.explain(context, doc); } - @Override - public Scorer scorer(LeafReaderContext context) throws IOException { - return in.scorer(context); - } Review Comment: To do that, I had to modified one test case which was failing on overriding the scorerSupplier for `FilterWeight.java`. https://github.com/apache/lucene/blob/e6dac3400d7b1118318ff342deea3f2cbc11bb7a/lucene/core/src/test/org/apache/lucene/search/TestFilterWeight.java#L33-L41 **The ticket that introduced that change:** https://issues.apache.org/jira/browse/LUCENE-7055 https://github.com/apache/lucene/commit/86233cb95de6f24aa2ae7fd016b7d75d535024c7 -- 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