Method: Arelastic::Queries::Query#nested

Defined in:
lib/arelastic/queries/query.rb

#nested(path) ⇒ Object



4
5
6
# File 'lib/arelastic/queries/query.rb', line 4

def nested path
  Arelastic::Queries::Nested.new path, self
end