IFulltext QueryTDocumentMatch(String) 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(
string matchClause
)VB
Function Match (
matchClause As String
) As IFulltextQuery(Of TDocument)Parameters
- matchClause String
- The clause to match documents with.
Return Value
IFulltextQueryTDocumentThe current instance.
Exceptions
| ArgumentException | Occurs, when matchClause is empty. |
| ArgumentNullException | Occurs, when matchClause is null. |
| InvalidOperationException | Occurs when this method called more than once for query. |