Hi Ming,

Yes, that's exactly what I meant. Referring to your last email about
SolrEntityProcessor -- If you're trying to migrate from a 3.x installation
to SolrCloud, then I think that you should create a SolrCloud installation
with numShards=1 and copy over your previous (3.x) index. Then you can use
shard splitting to increase the number of shards.

On Tue, Jun 11, 2013 at 10:53 AM, Mingfeng Yang <mfy...@wisewindow.com>wrote:

> Hi Shalin,
>
> Do you mean that we can do 1->2, 2->4, 4->8 to get 8 shards eventually?
>
> After splitting, if we want to set up a solrcloud with all 8 shards, how
> shall we allocate the shards then?
>
> Thanks,
> Ming-
>
>
> On Mon, Jun 10, 2013 at 9:55 PM, Shalin Shekhar Mangar <
> shalinman...@gmail.com> wrote:
>
> > No, it is hard coded to split into two shards only. You can call it
> > recursively on a sub shard to split into more pieces. Please note that
> some
> > serious bugs were found in that command which will be fixed in the next
> > (4.3.1) release of Solr.
> >
> >
> > On Tue, Jun 11, 2013 at 9:43 AM, Mingfeng Yang <mfy...@wisewindow.com
> > >wrote:
> >
> > > From the solr wiki, I saw this command (
> > >
> >
> http://localhost:8983/solr/admin/collections?action=SPLITSHARD&collection=
> > > <collection_name>&shard=shardId)
> > > which split one index into 2 shards.  However, is there someway to
> split
> > > into more shards?
> > >
> > > Thanks,
> > > Ming-
> > >
> >
> >
> >
> > --
> > Regards,
> > Shalin Shekhar Mangar.
> >
>



-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to