[Neo4j] Compare expressions using java API

2014-06-16 Thread Qaroui Oussama
Hy guys I would like to return specific nodes using greater than or less than ... For example I would like to get all the nodes with the property age 30 without using a cypher query. Can anyone help me please ?? -- You received this message because you are subscribed to the Google Groups

[Neo4j] Using Neo4j embedded in Java applications

2014-05-27 Thread Qaroui Oussama
Hello! I'm using neo4j to store more than 6.500.000 nodes, with no relationships. When I try to get a specific node using findNodesByLabelAndProperty or by executing a cypher query in my app I get no results . I created a database with 60.000 and both methods work perfectly . Is it possible