Specifies an index status.
Namespace: GroupDocs.Search.CommonAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
SyntaxPublic Enumeration IndexStatus
public enum class IndexStatus
Members
| Member name | Value | Description |
---|
| Ready | 0 |
Index is free and ready to change.
|
| Failed | 1 |
Index needs to be reloaded due to an error.
|
| Indexing | 2 |
Index performs an indexing operation.
|
| Updating | 3 |
Index performs an updating operation.
|
| Merging | 4 |
Index performs a merging operation.
|
| Optimizing | 5 |
Index performs an optimizing operation.
|
| Deleting | 6 |
Index performs a deleting operation.
|
| Renaming | 7 |
Index performs a renaming operation.
|
| ChangingAttributes | 8 |
Index changes attributes.
|
See Also