思考 Sphinx 增量索引 - 增量索引没有更新

发布于 2024-09-15 23:17:01 字数 123 浏览 5 评论 0原文

我有增量索引设置,用于在我的模型之一上思考狮身人面像。当记录更新时,增量将被设置为 True,但我没有看到索引随着对记录所做的更改而更新。我已使用 delta 属性更改更新了 sphinx 配置文件。知道为什么增量索引没有被触发吗?

I have delta indexing setup for thinking sphinx on one of my models. When ever a record gets updated, the delta is being set to True, but I don't see the index getting updated with the changes made to the record. I have my sphinx configuration files updated with the delta property changes. Any idea why the delta indexing is not getting triggered?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

杯别 2024-09-22 23:17:01

根据更新数据库和模型后的文档,您应该执行以下操作:

rakethought_sphinx:rebuild

也许您已经省略了该步骤..

According to the documentation after you update the database and the model, you should do this:

rake thinking_sphinx:rebuild

Maybe you've omit that step..

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