Hi Sushant replicationFactor defaults to 1 and is not mandatory. numShards is mandatory, where you’d equate it to 1.
Aroop > On Jun 19, 2018, at 12:29 PM, Sushant Vengurlekar > <[email protected]> wrote: > > Thank you Eric. > > In the create collection command I need to set the replication factor > though correct? > > On Tue, Jun 19, 2018 at 11:14 AM Erick Erickson <[email protected]> > wrote: > >> Probably the easiest way would be to recreate your collection with 1 >> shard. Then copy the index from your standalone setup. >> >> After verifying your setup, use the Collections SPLITSHARD command. >> >> Best, >> Erick >> >> On Tue, Jun 19, 2018 at 10:50 AM, Sushant Vengurlekar >> <[email protected]> wrote: >>> I created a solr cloud collection with 2 shards and a replication factor >> of >>> 2. How can I load data into this collection which I have currently stored >>> in a core on a standalone solr. I used the conf from this core on >>> standalone solr to create the collection on the solrcloud >>> >>> Thank you >>
