Click or drag to resize

IFulltextQueryTDocumentMatch Method (ReadOnlyMemory`1Char)

Match the documents with the given matchClause.

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

Parameters

matchClause
Type: ReadOnlyMemoryChar
The clause to match documents with.

Return Value

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