Borneos walk is a convenient wrapper for http://api.neo4j.org/current/org/neo4j/graphdb/Node.html#getSingleRelationship(org.neo4j.graphdb.RelationshipType, org.neo4j.graphdb.Direction)
It returns exactly one node. It should be used in situations where you want to walk from some node by following given list of relationship types. It cannot be used in situations where node has multiple relationships of same type. Your code does not follow a path but instead you always search from same node for every type in the list. Jozef -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en