Re: Re-Indexing without downtime (using collection aliasing)

2013-12-21 Thread Shawn Heisey
On 12/21/2013 11:58 AM, Zahoor Mohamed wrote: > I want to do this without bringing production down... > by using collection aliases > >- Create a new index in production with date as collection name >- once done change the alias to point to the new collection >- remove/unload the old c

Re-Indexing without downtime (using collection aliasing)

2013-12-21 Thread Zahoor Mohamed
Hi Iam using Solr 4.4 We re-Index our data every week... Right now the process has a down time - Create new index in staging - Bring production solr down - Copy the index to production - Start the production I want to do this without bringing production down... by using collection aliase