Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Cypher 的新手,我正在尝试以下方法。我有一个图表,其中关系具有数字属性。我想写一个查询,如:
start n=node(*) match n-[r *1..3]->m return n,m, r order by r.myproperty
这不起作用,因为r在这种情况下是一个集合。
r
目前这很难做到。我一直想实现一些功能来处理它——我的想法在这里:
https://github.com/neo4j/neo4j/issues/30
如果您想看到它发生,请对问题发表评论。