for example, i executed (once with and without index one :Member(birth_year) ):
MATCH (m:Member) WHERE m.birth_year > 1980 AND m.birth_year < 2000 RETURN m and i noticed that the time to perform the query did not change. this led me to believe that the index did not help. does this mean that the index does not help when performing > and < in a WHERE clause? -- 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 neo4j+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.