Class ElasticsearchAggregations
java.lang.Object
org.springframework.data.elasticsearch.client.elc.ElasticsearchAggregations
- All Implemented Interfaces:
AggregationsContainer<Map<String,co.elastic.clients.elasticsearch._types.aggregations.Aggregate>>
public class ElasticsearchAggregations
extends Object
implements AggregationsContainer<Map<String,co.elastic.clients.elasticsearch._types.aggregations.Aggregate>>
AggregationsContainer implementation for the Elasticsearch aggregations.
- Since:
- 4.4
- Author:
- Peter-Josef Meisch
-
Constructor Summary
ConstructorsConstructorDescriptionElasticsearchAggregations(Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregate> aggregations) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ElasticsearchAggregations
-
-
Method Details
-
aggregations
- Specified by:
aggregationsin interfaceAggregationsContainer<Map<String,co.elastic.clients.elasticsearch._types.aggregations.Aggregate>> - Returns:
- the concrete aggregations implementation
-