Click or drag to resize

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.3.0
Syntax
public int Cutoff { get; set; }

Property Value

Type: Int32
The cutoff.
See Also