Re: [Neo4j] Traverser Functions in Neo4j

2011-03-17 Thread Mattias Persson
2011/3/14 Massimo Lusetti > On Mon, Mar 14, 2011 at 12:39 PM, Mattias Persson > wrote: > > > Head over to http://wiki.neo4j.org/content/Traversal_Framework for more > > information. And know that the exact limitation you ran into spawned the > > creation of this new API. > > I started using this

Re: [Neo4j] Traverser Functions in Neo4j

2011-03-14 Thread Massimo Lusetti
On Mon, Mar 14, 2011 at 12:39 PM, Mattias Persson wrote: > Head over to http://wiki.neo4j.org/content/Traversal_Framework for more > information. And know that the exact limitation you ran into spawned the > creation of this new API. I started using this framework from day 1 since I'm new and I

Re: [Neo4j] Traverser Functions in Neo4j

2011-03-14 Thread Mattias Persson
Hi, So what you're asking for is a traverser which can traverse to a more than once, right? Well, there's this experimental traverser API which is very well tested and f.ex. the graph-algo package uses. In fact the "old" traverser API (found on Node#traverse) is now implemented using it! In that y

[Neo4j] Traverser Functions in Neo4j

2011-03-14 Thread bhargav gunda
Respected, I am new to Neo4j. I am playing with neo4j but i have a doubt regarding traverser function. I just wrote a code based on finding friends to a particular node in the tree network based on condition i.e., "timePoint". For example, tree network looks like this... Nodes(A, B, C, D, E), Re