I'm trying to copy the collection_title
field to a title
field using copy_to
. This does nothing whatsoever:
mappings dynamic: 'false' do
indexes :collection_title, type: 'string', copy_to: 'title'
end
I'm using the collection of elasticsearch gems: elasticsearch-rails, elasticsearch-model, and elasticsearch-api.