Class OrOperator

All Implemented Interfaces:
Serializable

public class OrOperator extends QueryOperator
This operator contains a list of QueryObjects and concatenates them with an "OR" operation. This means, a document is returned if at least one of the QueryObjects is present in the document. For REST calls, use class QueryOperator and set the operator type in QueryOperator.operatorType.
Since:
10.99.999.014
See Also: