you can query neo4j  using the
LuceneFulltextQueryIndexService<http://components.neo4j.org/neo4j-index/apidocs/org/neo4j/index/lucene/LuceneFulltextQueryIndexService.html>

here is a good example:
http://wiki.neo4j.org/content/Indexing_with_IndexService#Fulltext_indexing_with_lucene_query_syntax

Paddy

On Mon, Jul 5, 2010 at 7:19 AM, Boban Erakovic <[email protected]>wrote:

> 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
>
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to