Click or drag to resize

IFulltextQueryTDocumentMatch(ReadOnlyMemoryChar) Method

Match the documents with the given matchClause.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
IFulltextQuery<TDocument> Match(
	ReadOnlyMemory<char> matchClause
)

Parameters

matchClause  ReadOnlyMemoryChar
The clause to match documents with.

Return Value

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