Package de.elo.ix.client.esearch.query
Class OrOperator
java.lang.Object
de.elo.ix.client.esearch.query.QueryObject
de.elo.ix.client.esearch.query.QueryOperator
de.elo.ix.client.esearch.query.OrOperator
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<QueryObject>List of QueryObjects which are or combined.Fields inherited from class de.elo.ix.client.esearch.query.QueryOperator
operatorType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetQueryObjectList(List<QueryObject> queryObjectList) toString()Methods inherited from class de.elo.ix.client.esearch.query.QueryOperator
setOperatorType
-
Field Details
-
queryObjectList
List of QueryObjects which are or combined.
-
-
Constructor Details
-
OrOperator
public OrOperator()
-
-
Method Details
-
getOperatorType
- Overrides:
getOperatorTypein classQueryOperator
-
getQueryObjectList
-
setQueryObjectList
-
toString
- Overrides:
toStringin classQueryOperator
-