gf2121 commented on code in PR #12586:
URL: https://github.com/apache/lucene/pull/12586#discussion_r1335560326


##########
lucene/core/src/java/org/apache/lucene/index/BufferedUpdates.java:
##########
@@ -284,6 +276,13 @@ <E extends Exception> void 
forEachOrdered(DeletedTermConsumer<E> consumer) throw
     public long ramBytesUsed() {
       return bytesUsed.get();
     }
+
+    @Override
+    public String toString() {

Review Comment:
   `DeletedTerms#toString` could be called when `VERBOSE_DELETES` enabled.



-- 
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

Reply via email to