简体   繁体   中英

Neo4j - edges between same nodes

I'm running the example on https://neo4j.com/graphgist/eurovision-votes

I did everything like them but the problem is, I don't get the same graph as them. For example, for the query 12, I get that 在此处输入图片说明

So, my main problem is that I would like to have only maximum one edge between 2 nodes like in their example.

Any idea of how to do that?

Your issue is probably related to an Neo4j Browser configuration called "Connect result nodes". When this option is checked, Neo4j browser will connect the resultant nodes in the graph visualization mode when a connection between these nodes exist.

To disable this behavior you should go to the section "Graph Visualization" of Neo4j Browser Settings and uncheck the option "Connect result nodes" as show in the image below:

禁用连接结果节点

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM