Hesham,
if you want to remove a certain relationship, you need to know its
Neo4j ID, or look it up in an index to get to that ID. Otherwise, take
one of the nodes, find from there the relationship, and remove it.

Would that work?

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org              - NOSQL for the Enterprise.
http://startupbootcamp.org/    - Öresund - Innovation happens HERE.



On Thu, Oct 20, 2011 at 8:27 AM, Hesham <hesham.am...@gmail.com> wrote:
> I'm creating the following relationships in one of the controllers:
>
> Graph.neo.create_relationship(rel, node_a, node_b)
> Graph.neo.create_relationship(rel, node_c node_b)
> Graph.neo.create_relationship(rel, node_d, node_b)
>
>
>
> In another controller I will need to remove a specific relationship, lets
> say the node_c to node_b, how would I do this?
>
>
>
> --
> View this message in context: 
> http://neo4j-community-discussions.438527.n3.nabble.com/Neography-remove-a-specific-relations-ship-tp3438030p3438030.html
> Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to