cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

766801122
Node Link
since ‎12-10-2019
‎06-01-2022

User Statistics

  • 6 Posts
  • 0 Solutions
  • 1 Kudos given
  • 2 Kudos received

User Activity

I create a index on relationship CREATE LOOKUP INDEX rel_type_lookup_index FOR ()-[r]-() ON EACH type(r) But this can't hit the relationship index explain match (p:Person)-[r]->(m:Movie) where type(r) ='Knows' return p ; How should I create an inde...
Kudos from
Kudos given to