Re: [Neo4j] Finding paths between two nodes

2011-08-14 Thread Faster2B
I had already read this, but i can not find how to specify an intermediate node. I am interested in finding a route between two cities crossing another city that I will choose. 2011/8/14 noppanit : > I guess you could do something like this. > > http://components.neo4j.org/neo4j-server/milestone/

[Neo4j] Finding paths between two nodes

2011-08-14 Thread Faster2B
Hello, i'm new in this list, I'm using neo4j REST API with PHP, i need to find a paths between two nodes, but crossing with other node. For example: i have: A link with B B link with C C link with D D link with E and A link with E can i find a path between A and E crossing with the node B or C