Will field type change require complete re-index?

2015-05-06 Thread Vishal Sharma
Hi, I have been using Solr for sometime now and by mistake I used String for my date fields. The format of the string is like this: 2015-05-05T13:24:10Z Now, If I need to change the field type to date from String will this require complete reindex? *Vishal Sharma**Team Leader, SFDC*T:+1 302

Re: Will field type change require complete re-index?

2015-05-06 Thread Shawn Heisey
On 5/6/2015 7:03 AM, Vishal Sharma wrote: Now, If I need to change the field type to date from String will this require complete reindex? Yes, it absolutely will require a complete reindex. A change like that probably will result in errors on queries until a reindex is done. You may even need