 | SphinxSearchOptionsLimit Property |
Gets or sets a limit for the number of matches to return from searchd. Default is 20.
Namespace: SphinxConnector.NativeApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic int Limit { get; set; }
Public Property Limit As Integer
Get
Set
Property Value
Type:
Int32The limit.
See Also