IFulltext Query OptionsTDocumentMax Matches Method
Sets the maximum number of matches for a query.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The current instance.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQueryOptions<TDocument> MaxMatches(
int count
)VB
Function MaxMatches (
count As Integer
) As IFulltextQueryOptions(Of TDocument)Parameters
- count Int32
- The maximum number of matches.
Return Value
IFulltextQueryOptionsTDocumentThe current instance.