Method: Elastic::Fields::Nested#prepare_value_for_index

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

#prepare_value_for_index(_values) ⇒ Object



43
44
45
# File 'lib/elastic/fields/nested.rb', line 43

def prepare_value_for_index(_values)
  _values.map { |v| @index.new(v).as_elastic_source }
end