Re: best way for adding a new field to all indexed documents...

2015-08-26 Thread Mikhail Khludnev
Sadly, it's always a problem http://searchivarius.org/blog/how-rename-fields-solr On Wed, Aug 26, 2015 at 11:20 AM, Roxana Danger < roxana.dan...@reedonline.co.uk> wrote: > Hello, >I have a index created with solr, and I would like to add a new > field to all the documents of the index.

best way for adding a new field to all indexed documents...

2015-08-26 Thread Roxana Danger
Hello, I have a index created with solr, and I would like to add a new field to all the documents of the index. I suppose I could a) use an updateRequestHandler or b) create another index importing the data from the initial index and the data of my new field. Which could be the best approach