【发布时间】:2014-07-08 14:38:03
【问题描述】:
我已经运行 rake ts:config 来生成 Sphinx 的配置文件。
但是,当我尝试运行 rake ts:index 来创建索引时,我得到了一堆这样的错误:
indexing index 'activity_core'...
ERROR: source 'activity_core_0': unknown type 'mysql'; skipping.
ERROR: index 'activity_core': failed to configure some of the sources, will not index.
我已安装并运行 mysql Ver 14.14 Distrib 5.6.19,适用于 osx10.9 (x86_64)。
当我运行which indexer 时,它会返回/usr/local/bin/indexer
如果我被误导了,我深表歉意。我对 Sphinx 或索引没有太多经验。如果您需要更多信息,请发表评论。
【问题讨论】:
标签: mysql sphinx thinking-sphinx