sun361504834 commented on issue #29: URL: https://github.com/apache/incubator-hugegraph/issues/29#issuecomment-1162612832
同问如何在一个gremlin语句中实现1个点到多个目标点的最短路径? 还有我关注到新版本Traverser模块支持Multi Node Shortest Path来查找指定顶点集两两之间的最短路径,但当我指定MultiNodeShortestPathRequest.builder.step().direction(Direction.BOTH);方向为双向时,返回的查询结果里只有点信息【1:josh, 1:marko, 1:vadas】,我如何把路径里的方向信息也带出来呢? 举例: 查询1:josh, 1:vadas两个点的最短路径。返回结果【1:josh, 1:marko, 1:vadas】,实际图里的关系存的是 1:josh -> 1:marko和 1:vadas->1:marko。 如何得到方向箭头信息? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
