Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-05-2022 10:26 PM
In the new version of neo4j cypher DSL, the identifier does not support also some other property does not support like node, a label so anyone please tell me what is the solution for that.
Thank You in Advance.
06-21-2022 12:34 AM - edited 06-21-2022 12:55 AM
Your description is not clear at all, but if I got it this might help you
CREATE LOOKUP INDEX [index_name] FOR (n) ON EACH labels(n)
You can simply copy and paste this example query in your browser to see if it fix your issue.
If it does please mark your topic as solved
CREATE LOOKUP INDEX node_label_lookup_index FOR (n) ON EACH labels(n)
All the sessions of the conference are now available online