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: Gronewold.SphinxConnector
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)

Syntax

C#
public int Cutoff { get; set; }
Visual Basic
Public Property Cutoff As Integer
	Get
	Set

Field Value

The cutoff.

See Also