IndexState Enumeration
The state of the index.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public enum class IndexState
Unknown | 0 |
State is not known.
|
Ready | 1 |
Index is ready for index operations such as searching or updating.
|
NotIndexed | 2 |
Index has not been indexed.
|
OutOfDate | 3 |
The index is out of date, which usually means that the index criteria has changed since the index was last indexed.
|
Error | 4 |
An error occurred trying to determine index state.
|