ISolrSearchOptions.Operator_

Syntax

Operator_: LogicalOperator;

Description

The Operator_ property determines the operator, which will be used to merge words in search request.

Comments

The property is set to LogicalOperator.And by default. It is available to set the LogicalOperator.And or LogicalOperator.Or value.

Example

The example of use is given in description of the ISolrSearchEngineSchema.SearchOptions property.

See also:

ISolrSearchOptions