ThinkingSphinx配置match_mode和分布式索引问题

时间:2013-09-18 13:07:14

标签: ruby-on-rails sphinx distributed thinking-sphinx

几天来一直在与ThinkingSphinx 3.0.5挣扎。基本上,

  1. 我们使用分布式索引,因此对于一个模型定义了4个索引。
    index post_core
    {
      type = distributed
      local = post_core_i0
      local = post_core_i1
      local = post_core_i2
      local = post_core_i3
    }
    
  2. 如何让TS搜索指向这个分布式索引? :index => 'post_core'似乎不起作用。
  3. 我们在最终配置文件中需要一个自定义参数,例如dictionary = /home/user1/../my.txt - 如何让rake ts:configure保留它?
  4. 如何设置匹配模式? :match_mode => :any不起作用
  5. 谢谢!

0 个答案:

没有答案