Method: Elastic::Fields::Nested#mapping_options
- Defined in:
- lib/elastic/fields/nested.rb
#mapping_options ⇒ Object
35 36 37 |
# File 'lib/elastic/fields/nested.rb', line 35 def @index.definition.as_es_mapping.merge!(type: :nested) end |