IFulltext Query OptionsTDocumentMax Query Time Method
Set the maximum execution time for a query.
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> MaxQueryTime(
TimeSpan timeSpan
)VB
Function MaxQueryTime (
timeSpan As TimeSpan
) As IFulltextQueryOptions(Of TDocument)Parameters
- timeSpan TimeSpan
- The maximum execution time.
Return Value
IFulltextQueryOptionsTDocumentThe current instance.