Hi Claudio, if you use cypher queries with parameters, you don't have to recreate them and cypher itself keeps precompiled versions in its query cache (which also will be updated correctly if for instance the schema information changes).
What's your use-case for wanting access to pre-compiled queries? Michael Am 03.03.2014 um 16:28 schrieb Claudio Martella <[email protected]>: > Hello list, > > until some version ago, it was possible to parse a cypher query from a String > into an intermediate representation of a Query object. I cannot find this > possibility anymore in the code base. Basically, I'm trying to avoid > re-writing another cypher parser. > I see that cypher-dsl allows me to create such an intermediate representation > programmatically through static methods, but not from a String. Any idea if > I'm missing something? > > Thanks > Claudio > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
