IFulltext Query OptionsTDocumentMax Predicted Query Time Method
Sets the maximum predicted time for a query. Supported with Sphinx 2.1.1 and up.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The current instance.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQueryOptions<TDocument> MaxPredictedQueryTime(
TimeSpan timeSpan
)VB
Function MaxPredictedQueryTime (
timeSpan As TimeSpan
) As IFulltextQueryOptions(Of TDocument)Parameters
- timeSpan TimeSpan
- The maximum predicted time.
Return Value
IFulltextQueryOptionsTDocumentThe current instance.