Click or drag to resize

SphinxSearchOptionsLimit Property

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

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public int Limit { get; set; }

Property Value

Type: Int32
The limit.
See Also