请任何人帮助我进行 Thinking_sphinx 配置。我有表 profile1,其中有一个 profile2 和 profile3。所以我只需要索引它们,但我不能。我试过了
indexes name
indexes profile2(:name), :as => :profile2_name
indexes profile3(:name), :as => :profile3_name
has id
我做错了什么?谢谢。
请任何人帮助我进行 Thinking_sphinx 配置。我有表 profile1,其中有一个 profile2 和 profile3。所以我只需要索引它们,但我不能。我试过了
indexes name
indexes profile2(:name), :as => :profile2_name
indexes profile3(:name), :as => :profile3_name
has id
我做错了什么?谢谢。