Package eu.dnetlib.broker.openaire
Class ElasticSearchQueryUtils
java.lang.Object
eu.dnetlib.broker.openaire.ElasticSearchQueryUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddMapCondition(org.elasticsearch.index.query.BoolQueryBuilder mapQuery, String field, String value) static voidaddMapCondition(org.elasticsearch.index.query.BoolQueryBuilder mapQuery, String field, List<String> list) static voidaddMapConditionForDates(org.elasticsearch.index.query.BoolQueryBuilder mapQuery, String field, List<Range> list) static voidaddMapConditionForTrust(org.elasticsearch.index.query.BoolQueryBuilder mapQuery, String field, Range trust) static longcalculateTime(String s, long defaultValue)
-
Constructor Details
-
ElasticSearchQueryUtils
public ElasticSearchQueryUtils()
-
-
Method Details
-
addMapConditionForTrust
-
addMapCondition
-
addMapCondition
-
addMapConditionForDates
-
calculateTime
-