Method NumDocs
NumDocs()
Returns 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()
Returns
Type | Description |
---|---|
System.Int32 |