IFulltextQueryTDocumentMatch(ReadOnlyMemoryChar) 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(
	ReadOnlyMemory<char> matchClause
)

Parameters

matchClause  ReadOnlyMemoryChar
The clause to match documents with.

Return Value

IFulltextQueryTDocument
The current instance.

Exceptions

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

See Also