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.
我使用neography 作为Neo4j 图形数据库的REST api 的包装器。我经常需要更改关系的结束节点,但我无法使用neography 来做到这一点。
当然,我可以删除关系然后用新的端点节点重新创建它,但它没有优化。
有人遇到这个问题吗?
谢谢。
Neo4j 不允许替换关系的节点(参见javadoc)。因此,您只能创建与新端节点的新关系并删除其他关系。