Click or drag to resize

IFulltextQueryOptionsTDocumentMaxQueryTime Method

Set the maximum execution time for a query.

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

Parameters

timeSpan
Type: SystemTimeSpan
The maximum execution time.

Return Value

Type: IFulltextQueryOptionsTDocument
The current instance.
See Also