Re: [Neo4j] Finding paths between two nodes

2011-08-15 Thread Andres Taylor
On Sun, Aug 14, 2011 at 11:44 AM, Faster2B wrote: > 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. > I don't think there's a direct way to do this. Can't you

Re: [Neo4j] Finding paths between two nodes

2011-08-14 Thread Faster2B
milestone/rest.html#Finding_a_path_between_two_nodes > > -- > View this message in context: > http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Finding-paths-between-two-nodes-tp3253279p3253284.html > Sent from the Neo4j Community Discussions mailing li

Re: [Neo4j] Finding paths between two nodes

2011-08-14 Thread noppanit
I guess you could do something like this. http://components.neo4j.org/neo4j-server/milestone/rest.html#Finding_a_path_between_two_nodes -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Finding-paths-between-two-nodes-tp3253279p3253284.html Sent from

[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