Click or drag to resize

IFulltextQueryTDocumentWhere Method

Filter the results of this query by the given predicate.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
IFulltextQuery<TDocument> Where(
	Expression<Func<TDocument, bool>> predicate
)

Parameters

predicate  ExpressionFuncTDocument, Boolean
A function to test each document for a condition.

Return Value

IFulltextQueryTDocument
The current instance.
Exceptions
ExceptionCondition
ArgumentNullExceptionOccurs when predicate is null.
See Also