 | IFulltextQueryTDocumentMatch(String) Method |
Match the documents with the given matchClause.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
SyntaxIFulltextQuery<TDocument> Match(
string matchClause
)
Function Match (
matchClause As String
) As IFulltextQuery(Of TDocument)
Parameters
- matchClause String
- The clause to match documents with.
Return Value
IFulltextQueryTDocumentThe current instance.
Exceptions
See Also