Click or drag to resize
IFulltextQueryOptionsTDocumentMaxQueryTime Method
Set the maximum execution time for a query.

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

Parameters

timeSpan
Type: SystemTimeSpan
The maximum execution time.

Return Value

Type: IFulltextQueryOptionsTDocument
The current instance.
See Also