SearchModeType Enumeration
The method used for running the search.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public enum SearchModeType
public enum class SearchModeType
| Sheduled | 0 |
Files are searched as they are found. If all search threads are busy files are queued for searching.
|
| SinglePhase | 1 |
Files are searched as they are found. If all search threads are busy the file enumeration is suspended until the file can be searched.
|
| Deferred | 2 |
Files are first enumerated into a queue. When the file enumeration has finished the files are searched in the order they were
added to the queue.
|