Class ElasticsearchAggregations
java.lang.Object
org.springframework.data.elasticsearch.client.erhlc.ElasticsearchAggregations
- All Implemented Interfaces:
AggregationsContainer<org.elasticsearch.search.aggregations.Aggregations>
@Deprecated
public class ElasticsearchAggregations
extends Object
implements AggregationsContainer<org.elasticsearch.search.aggregations.Aggregations>
Deprecated.
since 5.0
AggregationsContainer implementation for the Elasticsearch7 aggregations.
- Since:
- 4.3
- Author:
- Peter-Josef Meisch
-
Constructor Summary
ConstructorDescriptionElasticsearchAggregations
(org.elasticsearch.search.aggregations.Aggregations aggregations) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionorg.elasticsearch.search.aggregations.Aggregations
Deprecated.
-
Constructor Details
-
ElasticsearchAggregations
public ElasticsearchAggregations(org.elasticsearch.search.aggregations.Aggregations aggregations) Deprecated.
-
-
Method Details
-
aggregations
Deprecated.- Specified by:
aggregations
in interfaceAggregationsContainer<org.elasticsearch.search.aggregations.Aggregations>
- Returns:
- the concrete aggregations implementation
-