public class ElasticSearchQueryUtils extends Object
| Constructor and Description |
|---|
ElasticSearchQueryUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addMapCondition(org.elasticsearch.index.query.BoolQueryBuilder mapQuery,
String field,
List<String> list) |
static void |
addMapCondition(org.elasticsearch.index.query.BoolQueryBuilder mapQuery,
String field,
String value) |
static void |
addMapConditionForDates(org.elasticsearch.index.query.BoolQueryBuilder mapQuery,
String field,
List<Range> list) |
static void |
addMapConditionForTrust(org.elasticsearch.index.query.BoolQueryBuilder mapQuery,
String field,
Range trust) |
static long |
calculateTime(String s,
long defaultValue) |
public static void addMapConditionForTrust(org.elasticsearch.index.query.BoolQueryBuilder mapQuery,
String field,
Range trust)
public static void addMapCondition(org.elasticsearch.index.query.BoolQueryBuilder mapQuery,
String field,
String value)
public static void addMapCondition(org.elasticsearch.index.query.BoolQueryBuilder mapQuery,
String field,
List<String> list)
public static void addMapConditionForDates(org.elasticsearch.index.query.BoolQueryBuilder mapQuery,
String field,
List<Range> list)
public static long calculateTime(String s, long defaultValue)
Copyright © 2025. All rights reserved.