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