 | SphinxSearchOptionsCutoff Property |
Gets or sets the cutoff, i.e. searchd will stop processing results after the
specified number of matches have been processed. Default is 0, which means
not to cut off results.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic int Cutoff { get; set; }
Public Property Cutoff As Integer
Get
Set
Property Value
Type:
Int32The cutoff.
See Also