Click or drag to resize

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.3.0
Syntax
public int MaxMatches { get; set; }

Property Value

Type: Int32
The 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