Hello Bjarke, You can use shard splitting: https://lucene.apache.org/solr/guide/6_6/collections-api.html#CollectionsAPI-splitshard
Regards, Markus -----Original message----- > From:Bjarke Buur Mortensen <morten...@eluence.com> > Sent: Tuesday 7th August 2018 13:47 > To: solr-user@lucene.apache.org > Subject: Re: Recipe for moving to solr cloud without reindexing > > Thank you, that is of course a way to go, but I would actually like to be > able to shard ... > Could I use your approach and add shards dynamically? > > > 2018-08-07 13:28 GMT+02:00 Markus Jelsma <markus.jel...@openindex.io>: > > > Hello Bjarke, > > > > If you are not going to shard you can just create a 1 shard/1 replica > > collection, shut down Solr, copy the data directory into the replica's > > directory and start up again. > > > > Regards, > > Markus > > > > -----Original message----- > > > From:Bjarke Buur Mortensen <morten...@eluence.com> > > > Sent: Tuesday 7th August 2018 13:06 > > > To: solr-user@lucene.apache.org > > > Subject: Recipe for moving to solr cloud without reindexing > > > > > > Hi List, > > > > > > is there a cookbook recipe for moving an existing solr core to a solr > > cloud > > > collection. > > > > > > We currently have a single machine with a large core (~150gb), and we > > would > > > like to move to solr cloud. > > > > > > I haven't been able to find anything that reuses an existing index, so > > any > > > pointers much appreciated. > > > > > > Thanks, > > > Bjarke > > > > > >