IndexState Enumeration

The state of the index.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public enum IndexState

Members

Unknown0 State is not known.
Ready1 Index is ready for index operations such as searching or updating.
NotIndexed2 Index has not been indexed.
OutOfDate3 The index is out of date, which usually means that the index criteria has changed since the index was last indexed.
Error4 An error occurred trying to determine index state.

See Also