wormday commented on code in PR #884:
URL: https://github.com/apache/lucene/pull/884#discussion_r873248454


##########
lucene/core/src/java/org/apache/lucene/index/IndexWriter.java:
##########
@@ -6198,14 +6198,15 @@ public synchronized DocStats getDocStats() {
   /** DocStats for this index */
   public static final class DocStats {
     /**
-     * The total number of docs in this index, including docs not yet flushed 
(still in the RAM
-     * buffer), not counting deletions.
+     * The total number of docs in this index, counting docs not yet flushed 
(still in the RAM
+     * buffer), and counting deleted docs. <b>NOTE:</b> buffered deletions are 
not counted. If you

Review Comment:
   @mocobeta You're right!
   I have alerdy corrected.



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