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

Parameters

value  Int32

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

Return Value

IFulltextQueryOptionsTDocument

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

See Also