Re: [Neo] previous relations doesn't overwrite

2010-03-29 Thread Peter Neubauer
Yes Amir, Neo4j is not constraining you in any way in creating your relationships, so you can have any number of relationships, even of the same type, between the same nodes. You will have to check that, or force some structure on the nodespace via a meta, see http://components.neo4j.org/neo4j-meta

[Neo] previous relations doesn't overwrite

2010-03-28 Thread Amir Hossein Jadidinejad
Hi, I'm going to load a huge graph. After playing with some test cases, I found that when a new relationship add to the graph, it does not overwrite the previous relation and when printing the relationships, redundant items are in the output. I don't want such a redundant items! f.ex. suppose th