Class MultiBucketAggregate<B extends Bucket>

    • Method Detail

      • parseAggregation

        public void parseAggregation​(org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation aggregation)
        Description copied from class: AggregateEsBase
        Extract the aggregation from the Elasticsearch response
        Specified by:
        parseAggregation in class AggregateEsBase<org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation,​B extends Bucket>
      • parseEsBuckets

        public abstract void parseEsBuckets​(Collection<? extends org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket> buckets)
        Extract the buckets from the Elasticsearch response