思考狮身人面像、has_one 关联

发布于 2024-08-30 16:24:14 字数 273 浏览 4 评论 0原文

请任何人帮助我进行 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暮色兮凉城 2024-09-06 16:24:14

您的语法似乎是正确的,尽管您可能想使用该属性的符号:

has :id

但是它怎么不起作用呢?

Your syntax seems correct, though you may want to use a symbol for the attribute:

has :id

How is it not working, though?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文