Click or drag to resize
IFulltextQueryOptionsTDocumentMaxPredictedQueryTime Method
Sets the maximum predicted time for a query. Supported with Sphinx 2.1.1 and up.

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

Parameters

timeSpan
Type: SystemTimeSpan
The maximum predicted time.

Return Value

Type: IFulltextQueryOptionsTDocument
The current instance.
See Also