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

Re: Size of ID field

2013-10-06 Thread Zahoor Mohamed
> Is that what you are asking?? > > But, generally, the ID should be a string - there are plenty of places in > Solr which only support string IDs. > > -- Jack Krupansky > > -Original Message- From: Zahoor Mohamed > Sent: Friday, October 04, 2013 4:51 AM > To: solr-

Size of ID field

2013-10-04 Thread Zahoor Mohamed
Hi Does the size of ID field matter .. in terms of memory usage...and query performance... i.e. will Solr use more memory if you use a URL string as ID field instead of a int value? ./zahoor