ISolrSearchOptions.Operator_

Fore Syntax

Operator_: LogicalOperator;

Fore.NET Syntax

@Operator: Prognoz.Platform.Interop.BISearch.LogicalOperator;

Description

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

Comments

By default property is set to LogicalOperator.And. 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