Click or drag to resize
IFulltextQueryTDocumentMatch Method
Match the documents with the given matchClause.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
IFulltextQuery<TDocument> Match(
	string matchClause
)

Parameters

matchClause
Type: SystemString
The clause to match documents with.

Return Value

Type: IFulltextQueryTDocument
The current instance.
Exceptions
ExceptionCondition
ArgumentExceptionOccurs, when matchClause is empty.
ArgumentNullExceptionOccurs, when matchClause is null.
InvalidOperationExceptionOccurs when this method called more than once for query.
See Also