Greetings, I have some misunderstanding about neo4j. Once, when I store some nodes and relations into database, how can I query it? So I store information 5 days ago, and now I want to query? As much as I saw, I am using :
Traverser traverser = node.traverse(....); So I need a node to in order to iterate over database. In every example, iteration over data is perform in the same code within where we had create already some nodes and relation, and then just reuse created node to communicate to database. But how to perform querying if have NO any node. I just want to get some data from database??? I tried getReferenceNode() method, of EmbeddedGraphDatabase class, but it is not correct. So, how can I just get data from database? Thanks in advance! _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

