Class QueryOperator

java.lang.Object
de.elo.ix.client.esearch.query.QueryObject
de.elo.ix.client.esearch.query.QueryOperator
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AndOperator, NotOperator, OrOperator

public class QueryOperator extends QueryObject
A QueryOperator is used to include or exclude QueryObjects from a search and to concatenate QueryObjects.
Like this, complex queries can be build.
Since:
10.99.999.006
See Also:
  • Field Details

    • operatorType

      protected OperatorType operatorType
      Operator to be used to combine the objects. This field is required in REST calls to distinguish between the operators AndOperator and OrOperator.
      Since:
      21.02.000.002
  • Constructor Details

    • QueryOperator

      public QueryOperator()
  • Method Details