public class ElasticsearchAggregations extends Object implements AggregationsContainer<List<ElasticsearchAggregation>>
| Constructor and Description |
|---|
ElasticsearchAggregations(List<ElasticsearchAggregation> aggregations) |
ElasticsearchAggregations(Map<String,co.elastic.clients.elasticsearch._types.aggregations.Aggregate> aggregationsMap)
convenience constructor taking a map as it is returned from the new Elasticsearch client.
|
| Modifier and Type | Method and Description |
|---|---|
List<ElasticsearchAggregation> |
aggregations() |
public ElasticsearchAggregations(List<ElasticsearchAggregation> aggregations)
public List<ElasticsearchAggregation> aggregations()
aggregations in interface AggregationsContainer<List<ElasticsearchAggregation>>Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.