Package de.elo.ix.client.esearch.query
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
A QueryOperator is used to include or exclude QueryObjects from a search and to concatenate
QueryObjects.
Like this, complex queries can be build.
Like this, complex queries can be build.
- Since:
- 10.99.999.006
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OperatorType
Operator to be used to combine the objects. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
operatorType
Operator to be used to combine the objects. This field is required in REST calls to distinguish between the operatorsAndOperator
andOrOperator
.- Since:
- 21.02.000.002
-
-
Constructor Details
-
QueryOperator
public QueryOperator()
-
-
Method Details
-
getOperatorType
-
setOperatorType
-
toString
- Overrides:
toString
in classQueryObject
-