Property NumDocs
NumDocs
Gets total number of docs in this index, including docs not yet flushed (still in the RAM buffer), and including deletions. NOTE: buffered deletions are not counted. If you really need these to be counted you should call Commit() first.
Declaration
public virtual int NumDocs { get; }
Property Value
Type | Description |
---|---|
System.Int32 |