Class AndOperator

All Implemented Interfaces:
Serializable

public class AndOperator extends QueryOperator
This operator contains a list of QueryObjects and concatenates them with an "AND" operation. This means, a document is returned if all of the QueryObjects are 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: