I am using titan-0.4.4 + cassandra 1.2.13 as storage backend. I already have data (vertices + edges).
I have recently introduced a new Vertex & now I want to index it on its id. Can I do that without re-creating the entire database? I don't want to clean the storage backend here. (I know this works after cleaning the storage backend & re-creating indices).
Any help on this would be appreciated.