将sphinx迁移到2.2.6并将思维 - sphinx迁移到3.1.2,rails 3.2.18和
require 'thinking_sphinx/capistrano'
包含在capfile中,think-sphinx似乎没有启动
手动,
RAILS_ENV=development bundle exec rake ts:configure
生成conf文件
索引会发出一些警告。已从YAML文件中删除max_matches
和enable_star
,但不会重新出现。但随后出现了一系列关于sql_query_info
和charset_type
的警告,我不知道在哪里修复。接下来是:
indexing index 'document_core'...
WARNING: word overrun buffer, clipped!!!
clipped (len=126, word='�')
original (len=128, word='')
导致未创建索引文件。
P.S。我添加了jdbc gem,基于发行说明,虽然我不使用它。但系统警告Jdbc-MySQL is only for use with JRuby
。最好删除?