IndexSettingsSearchThreads 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.
Namespace: GroupDocs.SearchAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic NumberOfThreads SearchThreads { get; set; }
Public Property SearchThreads As NumberOfThreads
Get
Set
public:
property NumberOfThreads SearchThreads {
NumberOfThreads get ();
void set (NumberOfThreads value);
}
member SearchThreads : NumberOfThreads with get, set
Property Value
Type:
NumberOfThreadsThe number of threads used for the search.
See Also