Re: [Neo4j] 2 Questions

2014-01-03 Thread Sukaant Chaudhary
Hi Mehmet, I hope following answers will be helpful: *Answer 1* START n=node({startnode}), m=node({endnode}) MATCH p=(n)-[r]->(m) RETURN r; *Answer 2* START n=node:node_auto_index("id:*") WHERE NOT (n-->m) RETURN n; -Sukaant Chaudhary On Fri, Jan 3, 2014 at 5:33 PM, Mehmet Simsek wrote: >

[Neo4j] 2 Questions

2014-01-03 Thread Mehmet Simsek
Hello everyone, I'm newbie about Neo4j and I couldn't solve some problems. If you answer my questions, I'll be very pleased. My graph is very simple, there is only one type node and every node has only one type property. Node A is related with Node B and Node C is related with Node B and Node E i