epotyom commented on code in PR #15656:
URL: https://github.com/apache/lucene/pull/15656#discussion_r2754796130
##########
lucene/misc/src/java/org/apache/lucene/misc/search/MemoryAccountingBitsetCollector.java:
##########
@@ -56,4 +57,8 @@ public void collect(int doc) {
public ScoreMode scoreMode() {
return ScoreMode.COMPLETE_NO_SCORES;
}
+
+ public FixedBitSet getBitSet() {
Review Comment:
Should this be package-private instead? Seems like it's only used for
testing.
--
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]