1.call apoc.cypher.run('CREATE INDEX idx_name FOR (n:Lable) ON (n.pro)', {})
Error: Schema operations are not allowed for user 'neo4j' with roles [admin] restricted to TOKEN_WRITE.
2.apoc.schema.assert() cant rename index name
hi , Thanks for your reply ~ how can i create the a new index with new index_name . i just want to create a new index , but dont know how to set a index_name with apoc
indexes . In my java project , use apoc manage neo4j data , so i want to use APOC add index and idx_name , like "CREATE INDEX idx_name FOR (n:Lable) ON (n.pro)"