Re: [Neo4j] how to self define node?

2010-07-23 Thread Mattias Persson
Ids (type long) are generated internally and cannot be supplied from outside. However, you can use another arbitrary property key to represent such a user-defined ID... For easy lookup also index that property for each created node and query the index to get the node for a specific ID. 2010/7/22

Re: [Neo4j] how to self define node?

2010-07-21 Thread Hunt
How can I self define a new node? eg. define a new node with my own id, can the node's ID be a string?Have anyone successful deploy neo4j with thrift? ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] how to self define node?

2010-07-21 Thread conandor
fyi, i using neo4j REST standalone server -- View this message in context: http://neo4j-user-list.438527.n3.nabble.com/Re-Neo4j-how-to-self-define-node-tp986140p986170.html Sent from the Neo4J User List mailing list archive at Nabble.com. ___ Neo4j