Gets or sets a limit for the number of matches to return from searchd. Default is 20.

Namespace: Gronewold.SphinxConnector
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)

Syntax

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

Field Value

The limit.

See Also