[Neo] Traverser customization

2010-01-25 Thread Robert Hritz
Hi, I am currently playing around with neo4j for one of my pet projects and it certainly looks like a interesting technology. I have a few questions regarding traversers though. Let's say I'm building a threaded discussion forum. Any node can be root of a tree of 'reaction' relations with other

Re: [Neo] Traverser customization

2010-01-25 Thread Rob Challen
Can you close the tree with a has-end relationship from every leaf to an end-of-thread node, then traverse back up the first n nodes in the tree from the end-of-thread node? Complicates your insertion code a bit. Rob. On 25/01/2010, Robert Hritz rhr...@gmail.com wrote: Hi, I am currently

Re: [Neo] Traverser customization

2010-01-25 Thread Rick Bullotta
, though. -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Robert Hritz Sent: Monday, January 25, 2010 1:29 PM To: user@lists.neo4j.org Subject: [Neo] Traverser customization Hi, I am currently playing around with neo4j for one