IndexFileState Enumeration

The type of indexing operation that is occurring for the current file

Definition

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

Members

Unknown0 Unknown operation.
NameOnly1 Just the name of the file is being indexed.
ContentStart2 The content of the file is about to be indexed.
ContentFinish3 The content of the file has been indexed.
Unchanged4 The file is unchanged and does not require indexing again.
Skipped5 File has been skipped.
Error6 Error occurred while trying to index the file.
BinaryIgnore7 File was ignored because it was a binary file.

See Also