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.
    • Field Summary

      • Fields inherited from class io.searchbox.core.search.aggregation.Aggregation

        jsonRoot, name
    • Constructor Summary

      Constructors 
      Constructor Description
      CompositeAggregation​(java.lang.String name, com.google.gson.JsonObject compositeAggregation)  
    • Constructor Detail

      • CompositeAggregation

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

      • hasAfterKey

        public boolean hasAfterKey()
      • getAfterKey

        public com.google.gson.JsonObject getAfterKey()