思考 Sphinx 增量索引 - 增量索引没有更新
我有增量索引设置,用于在我的模型之一上思考狮身人面像。当记录更新时,增量将被设置为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据更新数据库和模型后的文档,您应该执行以下操作:
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..