romseygeek commented on code in PR #16146:
URL: https://github.com/apache/lucene/pull/16146#discussion_r3341297995
##########
lucene/core/src/java/org/apache/lucene/search/ConjunctionScorer.java:
##########
@@ -62,6 +62,10 @@ public float score() throws IOException {
return (float) sum;
}
+ boolean canBulkCollectDocIdStream() {
Review Comment:
This is unused now I think?
##########
lucene/core/src/java/org/apache/lucene/search/ConjunctionDISI.java:
##########
@@ -145,6 +146,10 @@ static DocIdSetIterator createConjunction(
return disi;
}
+ static boolean canBulkIntoBitSet(DocIdSetIterator iterator) {
Review Comment:
I think we can remove this now, as it's just used for testing and we have
other ways of checking which paths are being used.
--
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]