IFulltext Query OptionsTDocumentThreads 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
The current instance.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQueryOptions<TDocument> Threads(
int value
)VB
Function Threads (
value As Integer
) As IFulltextQueryOptions(Of TDocument)Parameters
- value Int32
- The number of threads.
Return Value
IFulltextQueryOptionsTDocumentThe current instance.