 | IFulltextQueryOptionsTDocumentMaxQueryTime Method |
Set the maximum execution time for a query.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
SyntaxIFulltextQueryOptions<TDocument> MaxQueryTime(
TimeSpan timeSpan
)
Function MaxQueryTime (
timeSpan As TimeSpan
) As IFulltextQueryOptions(Of TDocument)
Parameters
- timeSpan
- Type: SystemTimeSpan
The maximum execution time.
Return Value
Type:
IFulltextQueryOptionsTDocumentThe current instance.
See Also