标签: neo4j
在没有遍历框架的情况下如何在neo4j中进行深度优先遍历。我没有使用嵌入式neo4j数据库。
答案 0 :(得分:0)
Cypher variable-length expansions默认情况下应使用dfs(仅在使用shortestPath()时才应使用bfs。
shortestPath()
否则,请在配置映射中将bfs:false与APOC path expanders(apoc.path.expandConfig())一起使用。
bfs:false