Re: [Neo4j] Node uniqueness

2011-09-07 Thread Peter Neubauer
; > http://neo4jdb.lighthouseapp.com/projects/77609/tickets/12-add-unique-property-behavior-to-the-auto-indexing-framework > > Will this be in the next release? > > - James > > -- > View this message in context: > http://neo4j-community-discussions.438527.n3.nabble.com/N

Re: [Neo4j] Node uniqueness

2011-09-07 Thread espeed
support for unique indices/properties... http://neo4jdb.lighthouseapp.com/projects/77609/tickets/12-add-unique-property-behavior-to-the-auto-indexing-framework Will this be in the next release? - James -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo

[Neo4j] Node Uniqueness in Traversals

2011-09-04 Thread Peter Neubauer
Hi all, Martin Schwarz requested an example finding different paths between nodes using the traversal framework. I added a small example of this, using NODE_PATH uniqueness. Enjoy and thanks Martin for the inspiration! https://github.com/neo4j/community/blob/master/embedded-examples/src/test/java

Re: [Neo4j] Node uniqueness

2011-09-03 Thread Peter Neubauer
Well, Keeping an index and check it for an existing value us most straightforward. We are thinking of supporting uniqueness as a first class operation in for instance the auto index configuration. /peter Sent from my phone. On Sep 3, 2011 7:51 AM, "Christian Straight" wrote: > What's best practi

[Neo4j] Node uniqueness

2011-09-02 Thread Christian Straight
What's best practices for assuring nodes are unique in a graph and in an index? No problem using an if stmt & checking for pre-existence...but is there a better way? Christian .:. Typed with thumbs and sent from my HTC Evo ___ Neo4j mailing list Use