请教neo4j中查询最短路径默认实现是什么算法?
PathFinder<Path> finder = GraphAlgoFactory.shortestPath( PathExpanders.forTypeAndDirection( RelationshipType.withName(“type_1”), Direction.OUTGOING), 6);
PathFinder<Path> finder = GraphAlgoFactory.shortestPath( PathExpanders.forTypeAndDirection( RelationshipType.withName(“type_1”), Direction.OUTGOING), 6);