Enum IndexThreadingMode
Represents the threading mode of indexing documents
public enum IndexThreadingMode
Fields
Asynchronous = 0
The deafult, processes the index queue on a background thread
Synchronous = 1
Optional, mostly for testing, processes the index queue on the same execution thread (blocking)