as a quick note: I have checked the query that generates the paths is 
returning a valid path by testing it in the neo4j console (exact nodes id 
and conditions etc)
i.e. I know the query result should deliver an itterable path when I do it 
by hand.

neo4j-sh (?)$ START a=node(1418223), b=node(6443961)
> MATCH p=allshortestpaths((a)-[*..10]-(b))
> return p;
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 
p                                                                               
                                                                                
                                                                                
                                                                                
                                                      
|
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| [Node[1418223]{title:"Racoon 
dog"},:Link[28919424]{weight:0.5},Node[162581]{title:"Raccoon 
dog"},:Link[7619290]{weight:0.5},Node[7465]{title:"Greek"},:Link[431032]{weight:0.5},Node[5755]{title:"England"},:Link[39045016]{weight:0.5},Node[2325218]{title:"Coverham....................etc
 
etc


-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to