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

TotalTermCount

IndexingReport.TotalTermCount property

Gets the total number of terms in index.

public int TotalTermCount { get; }

Property Value

The total number of terms in index.

See Also