根据http://docs.neo4j.org/chunked/stable/query-start.html,我运行代码
开始 n=node:nodes(name = "A") 返回 n;
我已经在节点上创建了索引:
创建索引:节点(名称);
但它仍然说
==> MissingIndexException:索引
nodes
不存在
根据http://docs.neo4j.org/chunked/stable/query-start.html,我运行代码
开始 n=node:nodes(name = "A") 返回 n;
我已经在节点上创建了索引:
创建索引:节点(名称);
但它仍然说
==> MissingIndexException:索引
nodes
不存在