I asked the same thing last week, Oren said it can't be done i'm afraid.
I hope it could become possible in the future though, as i have
situations like yours with a large data set too.
On 15 August 2012 01:40:11, Juma wrote:
> Hi,
>
> Is there a way to rename an index?
>
> Here is what I am trying to do in short with a document collection of
> 2-3 million.
>
> "Index1" has column1 and column2 in the map. There is a change request
> to add another column to the index but if I change map, its going to
> rebuild the entire index (Am I even right on this one?).
>
> What I would like to do it create a new index "Index2" with the
> appropriate columns and when its done, rename it back to "Index1"
>
> *Why would I even want to to this?*