Re: [Neo4j] How to add an existing Node to db?

2010-12-06 Thread Caron Zhao
er 06, 2010 9:36 PM To: Neo4j user discussions Subject: Re: [Neo4j] How to add an existing Node to db? 2010/12/6 Caron Zhao < <mailto:caron.z...@gmail.com> caron.z...@gmail.com> > Hi, > > I know graphDb.createNode() can create a new Node and > sto

Re: [Neo4j] How to add an existing Node to db?

2010-12-06 Thread Mattias Persson
2010/12/6 Caron Zhao > Hi, > > I know graphDb.createNode() can create a new Node and store > it into db, I want to know if I have already had a Node, how can I add this > Node to db? It seems that the code > In what scenario would you "have" a Node which weren't stored in the db? N

[Neo4j] How to add an existing Node to db?

2010-12-06 Thread Caron Zhao
Hi, I know graphDb.createNode() can create a new Node and store it into db, I want to know if I have already had a Node, how can I add this Node to db? It seems that the code indexService.index( node, partIndexName, value ) can add node to db, but I may don't need specify the inde