IFulltextQueryOptionsTDocumentMaxQueryTime Method

Set the maximum execution time for a query.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQueryOptions<TDocument> MaxQueryTime(
	TimeSpan timeSpan
)

Parameters

timeSpan  TimeSpan
The maximum execution time.

Return Value

IFulltextQueryOptionsTDocument
The current instance.

See Also