  | 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.4.1
Syntaxpublic TimeSpan MaxPredictedQueryTime { get; set; }Public Property MaxPredictedQueryTime As TimeSpan
	Get
	Set
Property Value
Type: 
TimeSpan
See Also