0
私のBonsai Elastic Search Herokuアドオンをセットアップするのに "Ruby on Rails"に従っていますが、FORCE
フラグが機能しません。盆栽弾性検索のインポートフラグが働かない(heroku)
は、ここでの指示からのコマンドです:
heroku run rake environment elasticsearch:import:model CLASS='Company' FORCE=yes
そして、ここでエラーメッセージです:
ArgumentError: companies does not exist to be imported into. Use create_index! or the :force option to create it.
私が間違っているのは何? FORCE
の代わりに:force
を使用する必要がありますか?
奇妙な、FORCEを= yesが働いているはずです。関連するRubyコードはこちら:https://github.com/elastic/elasticsearch-rails/blob/master/elasticsearch-rails/lib/elasticsearch/rails/tasks/import.rb#L63 –