On Thu, Sep 22, 2011 at 5:23 PM, st.pa <st...@web.de> wrote:

> but what about regexes in the START clause where lookup of some
> nodeIndex with *-wildcard already takes place. this is obviously not
> pure regex, and I did not find documentation on what other wildcards are
> allowed or how to search for literal "*" - so what needs to be escaped
> there? \*, **, "*", \"*\", \\*, _, ?


Ah... Now I understand what you're trying to do. Sorry, I didn't get it last
time.

The index access is just passing the query over to Lucene. This page
explains the syntax for Lucene-queries.
http://lucene.apache.org/java/2_4_0/queryparsersyntax.html

HTH,

Andrés
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to