 | IFulltextQueryOptionsTDocumentMaxMatches Method |
Sets the maximum number of matches for a query.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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