Mailing List Archive

Lucene 7.7.2 Indexwriter.numDocs() replacement in Lucene 8.4.1
Hi,-

 I hope everyone is doing great.


I think the Lucene 7.7.2  Indexwriter.numDocs()

https://lucene.apache.org/core/7_7_2/core/org/apache/lucene/index/IndexWriter.html#numDocs--

can be replaced by the following in Lucene 8.4.1, right?

https://lucene.apache.org/core/8_4_1/core/org/apache/lucene/index/IndexWriter.html#getDocStats--
--->>>
https://lucene.apache.org/core/8_4_1/core/org/apache/lucene/index/IndexWriter.DocStats.html#numDocs

i.e., IndexWriter.DocStats.numDocs

Best regards




---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org