 | IFulltextQueryOptionsTDocumentMaxMatches Method |
Sets the maximum number of matches for a query.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
SyntaxIFulltextQueryOptions<TDocument> MaxMatches(
int count
)
Function MaxMatches (
count As Integer
) As IFulltextQueryOptions(Of TDocument)
Parameters
- count
- Type: SystemInt32
The maximum number of matches.
Return Value
Type:
IFulltextQueryOptionsTDocumentThe current instance.
See Also