思考狮身人面像、has_one 关联
请任何人帮助我进行 Thinking_sphinx 配置。 我有表 profile1,其中 has_one profile2 和 profile3。 所以我只需要对它们都建立索引,但我不能。 我尝试过
indexes name
indexes profile2(:name), :as => :profile2_name
indexes profile3(:name), :as => :profile3_name
has id
我做错了什么? 谢谢。
anybody, please, help me with Thinking_sphinx configuration.
I have table profile1, which has_one profile2 and profile3.
So i just need to index them both, but i can't.
I tried
indexes name
indexes profile2(:name), :as => :profile2_name
indexes profile3(:name), :as => :profile3_name
has id
What i m doing wrong?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的语法似乎是正确的,尽管您可能想使用该属性的符号:
但是它怎么不起作用呢?
Your syntax seems correct, though you may want to use a symbol for the attribute:
How is it not working, though?