 | IFulltextQueryOptionsTDocumentThreads Method |
Sets how many threads a query can use. Supported with Manticore 3.5.2 and up.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
SyntaxIFulltextQueryOptions<TDocument> Threads(
int value
)
Function Threads (
value As Integer
) As IFulltextQueryOptions(Of TDocument)
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