 | 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.4.1
Syntaxpublic int Limit { get; set; }
Public Property Limit As Integer
Get
Set
Property Value
Type:
Int32The limit.
See Also