2

我以某种方式删除了一个没有自动索引条目更新的节点。现在,当我使用自动索引查询丢失的节点时

node:index:node_auto_index:uname:test

我收到以下错误:

Node[19220] not found. This can be because someone else deleted this entity while we were trying to read properties from it, or because of concurrent modification of other properties on this entity. The problem should be temporary.

如何清理索引以刷新孤立索引条目并防止在生产数据库中发生这种情况

4

1 回答 1

0

FWIW 此问题已得到修复,因此实体在删除时将自动从自动索引中删除。1.9 将包含此修复程序。

于 2012-12-04T13:35:03.677 回答