Hi,
For the project I'm working on, I need a traversing as follows:
the relationships, which are put in for the traversing should not be attended 
at the same depth.
That means: At first I want to get all nodes by traversing relation_1 and then 
on this sample space I want to get all nodes by traversing relation_2.
BUT:
Traversal.description.expand(Traversal.expanderForTypes(Relation_1,Direction.Outgoing,
 Relation_2,Direction.Outgoing)
traverses over all nodes with relation_1 and relation_2.

By now, I didn't find this functionality implemented - has someone a hint where 
I can get it (if already existent) or an idea how to implement it in a 
reasonable way?

_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to