| Modifier and Type | Method and Description |
|---|---|
CountResponse |
ElasticSearchClient.count(String[] index,
String[] type)
Count documents for a given index/es and type/es
|
MappingsResponse |
ElasticSearchClient.getMappings(String... index)
Obtain the mappings for a given index/es.
|
SearchResponse |
ElasticSearchClient.search(ElasticSearchDataSetDef definition,
DataSetMetadata metadata,
SearchRequest searchRequest)
Obtain documents for a given index/es and type/es
If the index/es value set in the
request is null returns all documents of all indexes. |
| Modifier and Type | Method and Description |
|---|---|
List<org.elasticsearch.search.aggregations.AbstractAggregationBuilder> |
NativeClientAggregationsBuilder.build(DataSetGroup groupOp) |
CountResponse |
ElasticSearchNativeClient.count(String[] index,
String... type) |
MappingsResponse |
ElasticSearchNativeClient.getMappings(String... index) |
SearchResponse |
ElasticSearchNativeClient.search(ElasticSearchDataSetDef definition,
DataSetMetadata metadata,
SearchRequest request) |
protected org.elasticsearch.search.aggregations.AbstractAggregationBuilder |
NativeClientAggregationsBuilder.serializeGroupByFunction(ColumnGroup columnGroup,
String resultingColumnId,
List<org.elasticsearch.search.aggregations.AbstractAggregationBuilder> aggregationBuilders) |
| Modifier and Type | Method and Description |
|---|---|
Date[] |
ElasticSearchUtils.calculateDateLimits(ElasticSearchClient client,
DataSetMetadata metadata,
String dateColumnId,
Query query)
Obtain the minimum date and maximum date values for the given column with identifier
dateColumnId. |
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.