我正在使用rails 2.3.4和sphinx 1.4.4以及raspell 1.0.0。現在,我想 在獅身人面像搜索添加模糊匹配,所以我在config/environment.rb
文件加我加了以下幾行:Thinking-Sphinx-Raspell配置
config = ThinkingSphinx::Configuration.instance
config.raspell.dictionary = 'en'
config.raspell.suggestion_mode = :badspellers
參考 - https://github.com/freelancing-god/thinking-sphinx-raspell
,同時啓動我的服務器,它拋出的錯誤是這樣
undefined method `raspell' for
#<ThinkingSphinx::Configuration:0xb63d7f8c> (NoMethodError)
你能幫我解答嗎?
感謝您的答覆.. 我的轉變,配置初始化。然後運行它會產生相同的錯誤... – Rafiu