Yes, but isn't that returning an executionengine when you want to return say a node object?
On Thu, Jan 2, 2014 at 9:52 AM, Wes Freeman <[email protected]> wrote: > The top example is using 2.0 indexes with constraints: > > http://docs.neo4j.org/chunked/snapshot/tutorials-java-embedded-unique-nodes.html#tutorials-java-embedded-unique-get-or-create > > > On Thu, Jan 2, 2014 at 9:36 AM, Alex Frieden <[email protected]> wrote: > >> Hi all, >> I saw this: >> http://docs.neo4j.org/chunked/snapshot/tutorials-java-embedded-unique-nodes.html >> >> Is there a way to do this using the schema index instead of the legacy >> index? I have set up schema indexes (so property per label). I want to >> use that for unique node creation. Any thoughts? >> >> -- >> 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. > -- Alexander Frieden -- 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.
