Click or drag to resize

IFulltextQueryOptionsTDocumentThreads Method

Sets how many threads a query can use. Supported with Manticore 3.5.2 and up.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntax
IFulltextQueryOptions<TDocument> Threads(
	int value
)

Parameters

value
Type: SystemInt32

Return Value

Type: IFulltextQueryOptionsTDocument
See Also