Re: Solr 8.3.0

2019-11-19 Thread vishal patel
My autoAddReplicas is false. Is it necessary to change? Also, the replication 
factor is 1. Need to update?

Regards,
Vishal

Sent from Outlook<http://aka.ms/weboutlook>

From: Erick Erickson 
Sent: Monday, November 18, 2019 9:47 PM
To: solr-user@lucene.apache.org 
Subject: Re: Solr 8.3.0

The Collections API ADDREPLICA command.

Best,
Erick

> On Nov 18, 2019, at 12:48 AM, vishal patel  
> wrote:
>
>
> I have created 2 shards of Solr 8.3.0. We have created 27 collections using 
> the below
> http://191.162.100.148:7971/solr/admin/collections?_=1573813004271=CREATE=false=actionscomments=1=actionscomments=2=1=compositeId=json
>
>
> After the re-indexing Data, I want to add a replica of each shard. How can I 
> add a replica without re-creating collection and re-indexing?
> Can I add one more shard dynamically without re-creating collections and 
> re-indexing?



Re: Solr 8.3.0

2019-11-18 Thread Erick Erickson
The Collections API ADDREPLICA command.

Best,
Erick

> On Nov 18, 2019, at 12:48 AM, vishal patel  
> wrote:
> 
> 
> I have created 2 shards of Solr 8.3.0. We have created 27 collections using 
> the below
> http://191.162.100.148:7971/solr/admin/collections?_=1573813004271=CREATE=false=actionscomments=1=actionscomments=2=1=compositeId=json
> 
> 
> After the re-indexing Data, I want to add a replica of each shard. How can I 
> add a replica without re-creating collection and re-indexing?
> Can I add one more shard dynamically without re-creating collections and 
> re-indexing?