1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Common
  6. /
  7. IndexInfo

IndexInfo

IndexInfo class

Contains basic information on an Index.

public class IndexInfo

Properties

Name Description
IndexFolder { get; } Gets the full folder name where index is located.
IndexId { get; } Gets the index unique identifier.
IndexStatus { get; } Gets the index status.
SegmentCount { get; } Gets the number of index segments.
TermCount { get; } Gets the number of words in the index.
Version { get; } Gets the index version.

See Also