cypher - Renaming index in neo4j -


in neo4j have created index on property name, want rename index.

currently access node, delete old index , set new index name. there method without such deletion?

there way rename index using "offical" way rest or public java api.

theoretically should doable doing modifications inside graph.db folder, require intense knowledge of internals of neo4j. discourage going approach.

the best way populate new index , rid of old one.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -