Class CompositeAggregation


  • public class CompositeAggregation
    extends io.searchbox.core.search.aggregation.Aggregation
    Used to parse the result of 'composite' aggregation queries since no support for these exists in Jest yet.
    • Constructor Detail

      • CompositeAggregation

        public CompositeAggregation​(String name,
                                    com.google.gson.JsonObject compositeAggregation)
    • Method Detail

      • hasAfterKey

        public boolean hasAfterKey()
      • getAfterKey

        public com.google.gson.JsonObject getAfterKey()