 | 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: 5.4.1
SyntaxIFulltextQueryOptions<TDocument> MaxPredictedQueryTime(
TimeSpan timeSpan
)
Function MaxPredictedQueryTime (
timeSpan As TimeSpan
) As IFulltextQueryOptions(Of TDocument)
Parameters
- timeSpan
- Type: SystemTimeSpan
The maximum predicted time.
Return Value
Type:
IFulltextQueryOptionsTDocumentThe current instance.
See Also