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: 5.3.0
Syntax
IFulltextQueryOptions<TDocument> MaxMatches(
	int count
)

Parameters

count
Type: SystemInt32
The maximum number of matches.

Return Value

Type: IFulltextQueryOptionsTDocument
The current instance.
See Also