You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Alexey Ponomarenko <al...@gmail.com> on 2019/02/12 09:10:03 UTC

Can I use solr cloud replica for reindexing

Hi, I have a question -
https://stackoverflow.com/questions/54593171/can-i-use-solr-cloud-replica-for-reindexing
. Can you help me?

Re: Can I use solr cloud replica for reindexing

Posted by Erick Erickson <er...@gmail.com>.
No. All replicas in a collection use the same schema.

You can create a new _collection_, index to that, then use collections
API CREATEALIAS command to point to the new collection with the old
name.

Best,
Erick

On Tue, Feb 12, 2019 at 1:11 AM Alexey Ponomarenko
<al...@gmail.com> wrote:
>
> Hi, I have a question -
> https://stackoverflow.com/questions/54593171/can-i-use-solr-cloud-replica-for-reindexing
> . Can you help me?