Package org.opensearch.data.client.orhlc
Class OpenSearchAggregations
java.lang.Object
org.opensearch.data.client.orhlc.OpenSearchAggregations
- All Implemented Interfaces:
org.springframework.data.elasticsearch.core.AggregationsContainer<org.opensearch.search.aggregations.Aggregations>
public class OpenSearchAggregations
extends Object
implements org.springframework.data.elasticsearch.core.AggregationsContainer<org.opensearch.search.aggregations.Aggregations>
AggregationsContainer implementation for the OpenSearch aggregations.
- Since:
- 0.1
-
Constructor Summary
ConstructorsConstructorDescriptionOpenSearchAggregations(org.opensearch.search.aggregations.Aggregations aggregations) -
Method Summary
-
Constructor Details
-
OpenSearchAggregations
public OpenSearchAggregations(org.opensearch.search.aggregations.Aggregations aggregations)
-
-
Method Details
-
aggregations
@NonNull public org.opensearch.search.aggregations.Aggregations aggregations()- Specified by:
aggregationsin interfaceorg.springframework.data.elasticsearch.core.AggregationsContainer<org.opensearch.search.aggregations.Aggregations>
-