Recreate reference node in a Neo4j database

前端 未结 1 531
闹比i
闹比i 2021-01-13 16:23

I accidentally deleted node 0, which was my reference node on a new graph, so calls to getReferenceNode() would fail afterwards. I searched through the Neo4j s

相关标签:
1条回答
  • 2021-01-13 17:01

    Some time has passed since you asked this, but for your information there was some semi-recent discussion about reference nodes in a Neo4j GitHub issue - in summary, Peter Neubauer (Neo Technology employee) discusses either removing the concept of reference nodes, or adding a setReferenceNode() API call.

    There doesn't seem much conclusion from that thread, but to answer your question literally, right now you're not missing a better way to recreate the reference node - hopefully one will be coming soon!

    0 讨论(0)
提交回复
热议问题