Re: Reindex data without creating new index.

2015-01-28 Thread SolrUser1543
By rebalancing I mean that such a big amount of updates will create a situation which will require running optimization of index ,because each document will be added again, instead of original one. But according to what you say it is should not be a problem, am I correct? -- View this messa

Re: Reindex data without creating new index.

2015-01-28 Thread Shawn Heisey
On 1/27/2015 11:54 PM, SolrUser1543 wrote: > I want to reindex my data in order to change a value of some field according > to value of another. ( both field are existing ) > > For this purpose I run a "clue" utility in order to get a list of IDs. > Then I created an update processor , which ca