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.
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