Re: [Neo4j] traversing-functionality

2010-09-28 Thread Joshi Hemant - hjoshi
Have you looked at PatternMatch functionality? Take a look at http://components.neo4j.org/neo4j-graph-matching/ IMO, you can define a pattern for relation_1 and from what you get as pattern nodes in relation_1, define relation_2 for them. Only thing you will need to know is where to look for

Re: [Neo4j] traversing-functionality

2010-09-28 Thread Mattias Persson
); . } } -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Joshi Hemant - hjoshi Sent: Tuesday, September 28, 2010 9:42 AM To: Neo4j user discussions Subject: Re: [Neo4j] traversing-functionality Have you looked at PatternMatch