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.
我正在使用批量导入将一个非常小的图形(5 个节点;3 个 rels)加载到 neo4j 1.9.1 中。导入显示成功,但在我重新启动 neo4j 服务器之前,无法通过 webadmin 或 REST 查询获得数据。很奇怪。有人可以启发我吗?
如果您要批量导入,则不应运行服务器,因为两个系统都在访问相同的文件,并且运行服务器可能会损坏您的数据库。首先批量导入,然后启动您的服务器以获取正确的数字。