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.
GraphAcademy
CUP
Learn graphs.
Score for your country.
Represent your country in the GraphAcademy Cup.
Complete courses, earn points, and win weekly prizes.
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.
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)
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Updating a node label from a property or creating an index | 3 | 328 | October 27, 2020 | |
| Missing Label Indexes | 4 | 252 | December 8, 2022 | |
| Use index on LABEL (not properties) | 2 | 1188 | March 21, 2019 | |
| Node label and relationship type lookup index already exists in neo4j-enterprise? | 0 | 287 | February 21, 2022 | |
| Index creation | 2 | 259 | June 7, 2022 |