Click or drag to resize

QueryFlagsMaxPredictedQueryTime Property

Gets or sets the maximum predicted time for a query. This value is applied per index. Default is MaxValue which means no limit.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public TimeSpan MaxPredictedQueryTime { get; set; }

Property Value

Type: TimeSpan
See Also