IndexFileState Enumeration
The type of indexing operation that is occurring for the current file
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public enum IndexFileState
public enum class IndexFileState
Unknown | 0 |
Unknown operation.
|
NameOnly | 1 |
Just the name of the file is being indexed.
|
ContentStart | 2 |
The content of the file is about to be indexed.
|
ContentFinish | 3 |
The content of the file has been indexed.
|
Unchanged | 4 |
The file is unchanged and does not require indexing again.
|
Skipped | 5 |
File has been skipped.
|
Error | 6 |
Error occurred while trying to index the file.
|
BinaryIgnore | 7 |
File was ignored because it was a binary file.
|