Click or drag to resize

IFulltextQueryTDocumentMatch Method (String)

Match the documents with the given matchClause.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
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