Adds an expression that uses an operator
to compare a date field
to a value
.
Returns all of the items for which the expression evaluates to true.
A date field expression.
The QueryExpression
instance.
Adds an expression that returns all items for which the value
of the date field
is within the defined range.
A numeric field expression.
The QueryExpression
instance.
Adds an expression that must appear in its entirety, at least once, for an item to be returned.
An exact match expression.
The QueryExpression
instance.
Adds a QueryExpression
to the current instance.
The query expression instance to add.
The QueryExpression
instance.
Adds an expression returning all items where the defined field exists.
A field exists expressions.
The QueryExpression
instance.
Adds an expression containing terms to match. Terms can be in any order, and may also be expanded with stemming.
A keyword expression.
The QueryExpression
instance.
Adds an expression that returns all of the items in which the specified startTerm
appears no more than maxKeywordsBetween
from the endTerm, for each element in otherTerms
.
A near expression.
The QueryExpression
instance.
Adds an expression that uses an operator
to compare a numeric field
to a value
.
Returns all of the items for which the expression evaluates to true.
A numeric field expression.
The QueryExpression
instance.
Adds an expression that returns all items for which the value
of the numeric field
is within the defined range.
A numeric field expression.
The QueryExpression
instance.
Adds an expression that invokes a query extension.
A query extension expression.
The QueryExpression
instance.
Adds an expression that uses an operator
to compare a string facet field
to a value
.
Returns all of the items for which the expression evaluates to true.
A string facet field expression.
The QueryExpression
instance.
Adds an expression that uses an operator
to compare a string field
against certain values
.
Returns all of the items for which the expression evaluates to true.
A string field expression.
The QueryExpression
instance.
Allows specifying a boolean operator join expressions with. Possible values are and
and or
.
The boolean operator to join individual expressions with.
The QueryExpression
instance.
A utility to help build query expressions.