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