SearchThreads

IndexSettings.SearchThreads property

Gets or sets the number of threads used for the search. The default value is Default, which means that the search will be performed using the number of threads equal to the number of processor cores.

public NumberOfThreads SearchThreads { get; set; }

Property Value

The number of threads used for the search.

See Also