Well, if you are changing query analyzer chain, you can get away
without reindexing.

But if you change index analyzer chain, then your older tokens are
stored in a different ways. Even if Solr does not complain, it will
not match and may lead to very obscure issues.

And if you change the type radically (String to text or to integer), I
am quite sure Solr will complain a lot.


Regards,
   Alex.
----
Newsletter and resources for Solr beginners and intermediates:
http://www.solr-start.com/


On 22 June 2016 at 16:49, scott.chu <scott....@udngroup.com> wrote:
>
> According to https://wiki.apache.org/solr/HowToReindex, If I understand 
> right, once we change schema after index built, we have to rebuild all index 
> again. Is there really no other way to keep existing index data and still 
> apply new schema?
>
> scott.chu,scott....@udngroup.com
> 2016/6/22 (週三)

Reply via email to