Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 delta 索引设置,用于在我的一个模型上思考 sphinx。每当更新记录时,增量设置为 True,但我没有看到索引随着对记录所做的更改而更新。我使用 delta 属性更改更新了我的 sphinx 配置文件。知道为什么增量索引没有被触发吗?
根据更新数据库和模型后的文档,您应该这样做:
耙thinking_sphinx:重建
也许你省略了这一步..