RE: Repartition solr cloud

2013-03-01 Thread Vaillancourt, Tim
Fantastic! Thanks Eric.

Tim

-Original Message-
From: Erick Erickson [mailto:erickerick...@gmail.com] 
Sent: Thursday, February 28, 2013 6:16 PM
To: solr-user@lucene.apache.org
Subject: Re: Repartition solr cloud

In the works, high priority:
https://issues.apache.org/jira/browse/SOLR-3755

Best
Erick


On Thu, Feb 28, 2013 at 8:13 PM, Vaillancourt, Tim wrote:

> Sort of off-topic, is there a way to do the reverse, ie: split indexes?
>
> This could be useful for people that would like to move to sharding 
> from one core and could be interesting under SolrCloud.
>
> Cheers,
>
> Tim
>
> -Original Message-
> From: Mark Miller [mailto:markrmil...@gmail.com]
> Sent: Friday, February 22, 2013 5:30 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Repartition solr cloud
>
> You could copy each shard to a single node and then use the merge 
> index feature to merge them into one index and then start up a single 
> Solr node on that. Use the same configs.
>
> - Mark
>
> On Feb 22, 2013, at 8:11 PM, Erol Akarsu  wrote:
>
> > I have a solr cloud 7 nodes, each has 2 shards.
> > Now, I would like to build another solr server with only one core  
> > (no shards or replica) from whole cloud data.
> > What is fastest and safest way to achieve this, making only one SOLR 
> > from solr cloud?
> >
> > I appreciate your answer
> >
> > Erol Akarsu
>
>
>


Re: Repartition solr cloud

2013-02-28 Thread Erick Erickson
In the works, high priority:
https://issues.apache.org/jira/browse/SOLR-3755

Best
Erick


On Thu, Feb 28, 2013 at 8:13 PM, Vaillancourt, Tim wrote:

> Sort of off-topic, is there a way to do the reverse, ie: split indexes?
>
> This could be useful for people that would like to move to sharding from
> one core and could be interesting under SolrCloud.
>
> Cheers,
>
> Tim
>
> -Original Message-
> From: Mark Miller [mailto:markrmil...@gmail.com]
> Sent: Friday, February 22, 2013 5:30 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Repartition solr cloud
>
> You could copy each shard to a single node and then use the merge index
> feature to merge them into one index and then start up a single Solr node
> on that. Use the same configs.
>
> - Mark
>
> On Feb 22, 2013, at 8:11 PM, Erol Akarsu  wrote:
>
> > I have a solr cloud 7 nodes, each has 2 shards.
> > Now, I would like to build another solr server with only one core  (no
> > shards or replica) from whole cloud data.
> > What is fastest and safest way to achieve this, making only one SOLR
> > from solr cloud?
> >
> > I appreciate your answer
> >
> > Erol Akarsu
>
>
>


RE: Repartition solr cloud

2013-02-28 Thread Vaillancourt, Tim
Sort of off-topic, is there a way to do the reverse, ie: split indexes?

This could be useful for people that would like to move to sharding from one 
core and could be interesting under SolrCloud.

Cheers,

Tim

-Original Message-
From: Mark Miller [mailto:markrmil...@gmail.com] 
Sent: Friday, February 22, 2013 5:30 PM
To: solr-user@lucene.apache.org
Subject: Re: Repartition solr cloud

You could copy each shard to a single node and then use the merge index feature 
to merge them into one index and then start up a single Solr node on that. Use 
the same configs.

- Mark

On Feb 22, 2013, at 8:11 PM, Erol Akarsu  wrote:

> I have a solr cloud 7 nodes, each has 2 shards.
> Now, I would like to build another solr server with only one core  (no 
> shards or replica) from whole cloud data.
> What is fastest and safest way to achieve this, making only one SOLR 
> from solr cloud?
> 
> I appreciate your answer
> 
> Erol Akarsu




Re: Repartition solr cloud

2013-02-22 Thread Mark Miller
You could copy each shard to a single node and then use the merge index feature 
to merge them into one index and then start up a single Solr node on that. Use 
the same configs.

- Mark

On Feb 22, 2013, at 8:11 PM, Erol Akarsu  wrote:

> I have a solr cloud 7 nodes, each has 2 shards.
> Now, I would like to build another solr server with only one core  (no
> shards or replica) from whole cloud data.
> What is fastest and safest way to achieve this, making only one SOLR from
> solr cloud?
> 
> I appreciate your answer
> 
> Erol Akarsu