Yes Michael... we are taking the same approach... also we are taking care of duplicate relationships... Thank-you for your time
On Sat, Jun 28, 2014 at 7:33 PM, Michael Hunger < [email protected]> wrote: > It is some manual work, > > find the two nodes > > for the node with the fewer rels (b) to the node with more rels (a) > copy all properties from a to b > iterate over b's relationships and recreate them with a and the end node, > copy each relationship's properties > > Done. > > Michael > > > > > On Sat, Jun 28, 2014 at 2:10 PM, Awi <[email protected]> wrote: > >> >> Ok ... Thank-you Michael ... We are using Java API. >> >> >> >> On Saturday, June 21, 2014 8:35:19 PM UTC+5:30, Michael Hunger wrote: >> >>> Unfortunately, you have to do it manually. Which API do you use? >>> >>> Am 19.06.2014 um 09:34 schrieb Awi <[email protected]>: >>> >>> In neo4j 2.0.3, can we merge 2 different nodes say node1 and node2, and >>> all the relations associated with node1 and node2 will be then associate to >>> the single merged node. >>> >>> Thank-you >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Neo4j" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "Neo4j" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Neo4j" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/neo4j/zmb_mln5NHc/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- With Regards, [image: Description: cid:[email protected]] *Awadhesh Kumar sharma* *Software Engineer* ILM Innovative Solutions Pvt. Ltd. +91-9766457911 (m) [email protected] *http://www.ilminnovates.com <http://www.ilminnovates.com/>* -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
