public static final class IndexWriter.DocStats extends Object
Modifier and Type | Field and Description |
---|---|
int |
maxDoc
The total number of docs in this index, including
docs not yet flushed (still in the RAM buffer),
not counting deletions.
|
int |
numDocs
The total number of docs in this index, including
docs not yet flushed (still in the RAM buffer), and
including deletions.
|
public final int maxDoc
public final int numDocs
IndexWriter.commit()
first.Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.