 | SphinxSearchOptionsMaxMatches Property |
Gets or sets the maximum number of documents that searchd will match. Default is 1000.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic int MaxMatches { get; set; }
Public Property MaxMatches As Integer
Get
Set
Property Value
Type:
Int32The maximum number of documents that searchd will match.
Remarks
Note that this does not specify how many results are actually returned from searchd.
You need to adjust
Limit for that.
See Also