Click or drag to resize

IFulltextQueryOptionsTDocumentMaxMatches Method

Sets the maximum number of matches for a query.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
IFulltextQueryOptions<TDocument> MaxMatches(
	int count
)

Parameters

count  Int32
The maximum number of matches.

Return Value

IFulltextQueryOptionsTDocument
The current instance.
See Also