IFulltextQueryOptionsTDocumentMaxMatches Method

Sets the maximum number of matches for a query.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQueryOptions<TDocument> MaxMatches(
	int count
)

Parameters

count  Int32
The maximum number of matches.

Return Value

IFulltextQueryOptionsTDocument
The current instance.

See Also