如此 Railscast中所述,我已使用Tire将 elasticsearch 添加到我的 Rails 应用程序中。
我尝试使用 Bonsai 插件部署到 Heroku。在遵循本教程并使用信息 w 基于此问题之后,我尝试运行此命令:
heroku run rake environment tire:import CLASS=Document FORCE=true
(Document
当然,是我模型的名称。)
但我不断收到此错误消息:
Running `rake environment tire:import CLASS=Document FORCE=true` attached to terminal... up, run.4773
[IMPORT] Deleting index 'documents'
[IMPORT] Creating index 'documents' with mapping:
{"document":{"properties":{}}}
[ERROR] There has been an error when creating the index -- Elasticsearch returned:
504 :
我究竟做错了什么?