【发布时间】:2009-10-26 02:19:41
【问题描述】:
这是我确定的:
- Delta 索引在开发中运行良好
- 当我推送到生产服务器时,增量索引不起作用,并且 searchd.log 中没有记录任何操作
- 我正在运行 Phusion Passenger,并且按照 the basic troubleshooting guide 中的建议,我已确认:
- www-data 有权运行索引 rake 任务(从命令行手动运行)
- indexer 和 searchd 的路径正确 (/usr/local/bin)
- production.log 中没有错误
我到底会错过什么?我正在运行 Ruby Enterprise 1.8.6、Rails 2.3.4、Sphinx 0.9.8.1 和 Thinking Sphinx 1.2.11。
谢谢!
【问题讨论】:
标签: ruby-on-rails ruby thinking-sphinx