One option to consider, which works even on a live database, is to relabel the nodes with a new label. See http://blog.amanzi.org/2014/04/paging-huge-cypher-requests.html
On Tue, May 13, 2014 at 3:55 PM, <[email protected]> wrote: > Hi, > how do I change the name of already existent label in neo4j v2 ? > I found a file neostore.labeltokenstore.db.names but I don't know if I can > modify this file with vi, there seems to be the length of the label in > front of the actual string so after modifying the string this value must be > updated, but maybe there is a command in cypher to do this ? > > Thanks in advance > > Nulik > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
