Method: Elasticated::QueryAggregations#merge!

Defined in:
lib/elasticated/query_aggregations.rb

#merge!(other_query_aggs) ⇒ Object



30
31
32
33
34
# File 'lib/elasticated/query_aggregations.rb', line 30

def merge! other_query_aggs
  other_query_aggs._aggregations.each do |other_aggregation|
    add_aggregation other_aggregation
  end
end