IFulltextQueryOptionsTDocumentThreads Method

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

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQueryOptions<TDocument> Threads(
	int value
)

Parameters

value  Int32
The number of threads.

Return Value

IFulltextQueryOptionsTDocument
The current instance.

See Also