Package de.elo.ix.client.esearch.query
Class NotOperator
java.lang.Object
de.elo.ix.client.esearch.query.QueryObject
de.elo.ix.client.esearch.query.QueryOperator
de.elo.ix.client.esearch.query.NotOperator
- All Implemented Interfaces:
Serializable
This operator contains a single QueryObject which is excluded from the search. This means, a
document is returned if the QueryObject is not present in the document.
- Since:
- 10.99.999.014
- See Also:
-
Field Summary
FieldsFields inherited from class de.elo.ix.client.esearch.query.QueryOperator
operatorType
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.elo.ix.client.esearch.query.QueryOperator
setOperatorType
-
Field Details
-
queryFilter
A negated QueryObject.- Since:
- 10.17.059.012
-
-
Constructor Details
-
NotOperator
public NotOperator()
-
-
Method Details
-
getOperatorType
- Overrides:
getOperatorType
in classQueryOperator
-
getQueryFilter
-
setQueryFilter
-
toString
- Overrides:
toString
in classQueryOperator
-