Method: Elasticated::Query#aggregations

Defined in:
lib/elasticated/query.rb

#aggregations(&block) ⇒ Object Also known as: aggs



91
92
93
94
# File 'lib/elasticated/query.rb', line 91

def aggregations(&block)
  _aggregations.evaluate block
  self
end