IndexStatus

IndexStatus enumeration

Specifies an index status.

public enum IndexStatus

Values

Name Value Description
Ready 0 The index is free and ready for changes.
Failed 1 The index needs to be reloaded due to an error.
Indexing 2 The index performs an indexing operation.
Updating 3 The index performs an updating operation.
Merging 4 The index performs a merging operation.
Optimizing 5 The index performs an optimizing operation.
Deleting 6 The index performs a deleting operation.
Renaming 7 The index performs a renaming operation.
ChangingAttributes 8 The index changes attributes.
CheckingSegments 9 The index checks segments.

See Also