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