1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Common
  6. /
  7. IndexingReport
  8. /
  9. TotalDocumentsInIndex

TotalDocumentsInIndex

IndexingReport.TotalDocumentsInIndex property

Gets the total number of documents in the index.

public int TotalDocumentsInIndex { get; }

Property Value

The total number of documents in the index.

See Also