Re: Private message regarding: [Neo4j] conflict with reserved character of cypher statements

2016-02-14 Thread Amber
Hi Michael, Sorry for my late reply. Your reply is very helpful for me! Thank you so much! Regards, Amber Michael Hunger於 2016年2月11日星期四 UTC+8上午9時54分58秒寫道: > > Hi Amber, > > currently the lookup of an individual node is supported by an fast index > if you check for equality and ranges. > >

Re: Private message regarding: [Neo4j] conflict with reserved character of cypher statements

2016-02-10 Thread Michael Hunger
Hi Amber, currently the lookup of an individual node is supported by an fast index if you check for equality and ranges. Regular expressions and contains are not index backed, but STARTS WITH is. In Neo4j 3.0 CONTAINS will also be index backed. Please also note that neither CONTAINS nor STARTS