ISolrFilterCondition.Operator_

Syntax

Operator_: LogicalOperator;

Description

The Operator_ property determines the operator, which will be used to merge the current condition and nested conditions.

Comments

The nested conditions are set in the ISolrFilterCondition.Nested property.

Example

The example of use is given in description of the ISolrSearchContext.FilterContext property.

See also:

ISolrFilterCondition