根据边查询顶点

如何根据边的属性查询出所有的边和边所连接的顶点呢?

create edge index e_index on E(e_prop)
rebuild edge index e_index
match p=(src)-[e:E]->(dst) where e_prop>3 return p

此话题已在最后回复的 7 天后被自动关闭。不再允许新回复。