 | 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
SyntaxIFulltextQueryOptions<TDocument> Threads(
int value
)
Function Threads (
value As Integer
) As IFulltextQueryOptions(Of TDocument)
Parameters
- value
- Type: SystemInt32
Return Value
Type:
IFulltextQueryOptionsTDocument
See Also