IFulltext QueryTDocumentMatch(Read Only MemoryChar) Method
Match the documents with the given matchClause.
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#
IFulltextQuery<TDocument> Match(
ReadOnlyMemory<char> matchClause
)VB
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
| ArgumentException | Occurs, when matchClause is empty. |
| InvalidOperationException | Occurs when this method called more than once for query. |