Method: Elastic::Fields::Nested#get_field

Defined in:
lib/elastic/fields/nested.rb

#get_field(_name) ⇒ Object



39
40
41
# File 'lib/elastic/fields/nested.rb', line 39

def get_field(_name)
  @index.definition.get_field _name
end