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.3.0
Syntax
IFulltextQueryOptions<TDocument> Threads(
	int value
)

Parameters

value
Type: SystemInt32

[Missing <param name="value"/> documentation for "M:SphinxConnector.FluentApi.IFulltextQueryOptions`1.Threads(System.Int32)"]

Return Value

Type: IFulltextQueryOptionsTDocument

[Missing <returns> documentation for "M:SphinxConnector.FluentApi.IFulltextQueryOptions`1.Threads(System.Int32)"]

See Also