SearchModeType Enumeration

The method used for running the search.

Definition

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

Members

Sheduled0 Files are searched as they are found. If all search threads are busy files are queued for searching.
SinglePhase1 Files are searched as they are found. If all search threads are busy the file enumeration is suspended until the file can be searched.
Deferred2 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.

See Also