Interface AggregationsContainer<T>

Type Parameters:
T - the aggregations class from the used client implementation.
All Known Implementing Classes:
ElasticsearchAggregations

public interface AggregationsContainer<T>
Aggregations container used in the Spring Data Elasticsearch API. The concrete implementations must be provided by the code handling the direct communication with Elasticsearch.
Since:
4.3
Author:
Peter-Josef Meisch
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • aggregations

      T aggregations()
      Returns:
      the concrete aggregations implementation