IFulltextQueryTDocumentMatch(String) Method

Match the documents with the given matchClause.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQuery<TDocument> Match(
	string matchClause
)

Parameters

matchClause  String
The clause to match documents with.

Return Value

IFulltextQueryTDocument
The current instance.

Exceptions

ArgumentExceptionOccurs, when matchClause is empty.
ArgumentNullExceptionOccurs, when matchClause is null.
InvalidOperationExceptionOccurs when this method called more than once for query.

See Also