Interface AggregationContainer<T>

Type Parameters:
T - the aggregation class from the used client implementation.
All Known Implementing Classes:
ElasticsearchAggregation, ElasticsearchAggregation

public interface AggregationContainer<T>
Aggregation container used in the Spring Data Elasticsearch API for a single aggregation. 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

    • aggregation

      T aggregation()
      Returns:
      the concrete aggregations implementation