Re: [Neo4j] Using Neo4j embedded in Java applications

2014-05-27 Thread Wes Freeman
6.5M should have no trouble. Sample code? Wes On Tue, May 27, 2014 at 10:36 AM, Qaroui Oussama wrote: > 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

[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 that