Click or drag to resize

IFulltextQueryOptionsTDocumentMaxQueryTime Method

Set the maximum execution time for a query.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
IFulltextQueryOptions<TDocument> MaxQueryTime(
	TimeSpan timeSpan
)

Parameters

timeSpan  TimeSpan
The maximum execution time.

Return Value

IFulltextQueryOptionsTDocument
The current instance.
See Also