Method: Elastic::NestedQuery#initialize
- Defined in:
- lib/elastic/nested_query.rb
#initialize(_index, _root = nil) ⇒ NestedQuery
Returns a new instance of NestedQuery.
7 8 9 10 |
# File 'lib/elastic/nested_query.rb', line 7 def initialize(_index, _root = nil) @index = _index @root = _root || build_root_node end |