节点之间的层次图中的ShortestPath

时间:2016-09-22 09:13:59

标签: neo4j cypher

如何从绿色左下圆圈到顶蓝色提取最短路径。 我试试

MATCH (n:AclEntry) ,(n)-[*]->(sid) with sid,n MATCH (n)-[*]->(c) where c.objectId='someClass5' and sid.guid='admin' RETURN sid, n LIMIT 25

也尝试使用shortesPath,但结果为空。 enter image description here

0 个答案:

没有答案