public static final class IndexWriter.DocStats
extends java.lang.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.
|
| Modifier | Constructor and Description |
|---|---|
private |
DocStats(int maxDoc,
int numDocs) |
public final int maxDoc
public final int numDocs
IndexWriter.commit() first.