我正在尝试将collection_title
字段复制到title
使用copy_to
. 这没有任何作用:
mappings dynamic: 'false' do
indexes :collection_title, type: 'string', copy_to: 'title'
end
我正在使用 elasticsearch gem 的集合:elasticsearch-rails、elasticsearch-model 和 elasticsearch-api。