Gets or sets the maximum number of documents that searchd will match. Default is 1000.

Namespace: Gronewold.SphinxConnector
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)

Syntax

C#
public int MaxMatches { get; set; }
Visual Basic
Public Property MaxMatches As Integer
	Get
	Set

Field Value

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