Operator_: LogicalOperator;
@Operator: Prognoz.Platform.Interop.BISearch.LogicalOperator;
The Operator_ property determines operator which will be used to merge words in search request.
By default property is set to LogicalOperator.And. 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: