The Java method `org.apache.lucene.index.IndexReader.maxDoc` returns the total number of documents in the index, including both deleted and undeleted documents. This method is used in Lucene, an open-source search library, to retrieve the maximum number of documents that have been indexed.
Java IndexReader.maxDoc - 30 examples found. These are the top rated real world Java examples of org.apache.lucene.index.IndexReader.maxDoc extracted from open source projects. You can rate examples to help us improve the quality of examples.