Operator_: LogicalOperator;
@Operator: Prognoz.Platform.Interop.BISearch.LogicalOperator;
The Operator_ property determines the operator, which will be used to merge words in search request.
The property is set to LogicalOperator.And by default. It is available to set the LogicalOperator.And or LogicalOperator.Or value.
The example of use is given in description of the ISolrSearchEngineSchema.SearchOptions property.
See also: