No. Schema/label indexes are only exact lookups yet. Wes
On Tue, Aug 12, 2014 at 4:34 PM, Alan Robertson <[email protected]> wrote: > Would it speed up (via indexes) if you added *'n.name <http://n.name> >= > "Michael"'* ? > > > > On 08/12/2014 01:13 PM, Wes Freeman wrote: > > The way you need to do this (currently) is with the regex syntax: > > MATCH (n) where n.name =~ "Michael.*" RETURN n > > > http://docs.neo4j.org/chunked/milestone/query-where.html#_regular_expressions > > Wes > -- > 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/d/optout. > > > -- > 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/d/optout. > -- 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/d/optout.
