Re: Divide 4 Nodes into 100 nodes in Solr Cloud

2015-02-19 Thread Nitin Solanki
Okay, thanks Shawn.. On Thu, Feb 19, 2015 at 7:59 PM, Shawn Heisey wrote: > On 2/19/2015 4:18 AM, Nitin Solanki wrote: > >Sorry, I think, you both are taking about > > shard splitting but I want node splitting. I have 4 nodes. Each node has > 2 > > shards, So, Now

Re: Divide 4 Nodes into 100 nodes in Solr Cloud

2015-02-19 Thread Shawn Heisey
On 2/19/2015 4:18 AM, Nitin Solanki wrote: >Sorry, I think, you both are taking about > shard splitting but I want node splitting. I have 4 nodes. Each node has 2 > shards, So, Now, I want 100 Nodes from that 4 nodes and each having 2 > shards. Any Ideas? Node split

Re: Divide 4 Nodes into 100 nodes in Solr Cloud

2015-02-19 Thread Nitin Solanki
Hi Yago & Shawn, Sorry, I think, you both are taking about shard splitting but I want node splitting. I have 4 nodes. Each node has 2 shards, So, Now, I want 100 Nodes from that 4 nodes and each having 2 shards. Any Ideas? On Wed, Feb 18, 2015 at 9:25 PM, Shawn Heis

Re: Divide 4 Nodes into 100 nodes in Solr Cloud

2015-02-18 Thread Shawn Heisey
On 2/18/2015 8:17 AM, Nitin Solanki wrote: > I have created 4 nodes having 8 shards. Now, I want to divide those > 4 Nodes into 100 Nodes without any failure/ or re-indexing the data. Any > help please? I think your only real option within a strict interpretation of your requirements is sh

Re: Divide 4 Nodes into 100 nodes in Solr Cloud

2015-02-18 Thread Yago Riveiro
No, SPLIT operation doesn’t destroy the data. When the SPLIT operation is finished, the PARENT is deactivate and you can remove it. More info: https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-api3 — /Yago Riveiro On Wed, Feb 18, 2015 at 3:39 PM, Nitin S

Re: Divide 4 Nodes into 100 nodes in Solr Cloud

2015-02-18 Thread Nitin Solanki
Okay, It will destroy/harm my indexed data. Right? On Wed, Feb 18, 2015 at 9:01 PM, Yago Riveiro wrote: > You can try the SPLIT command > > > — > /Yago Riveiro > > On Wed, Feb 18, 2015 at 3:19 PM, Nitin Solanki > wrote: > > > Hi, > > I have created 4 nodes having 8 shards. Now, I want t

Re: Divide 4 Nodes into 100 nodes in Solr Cloud

2015-02-18 Thread Yago Riveiro
You can try the SPLIT command — /Yago Riveiro On Wed, Feb 18, 2015 at 3:19 PM, Nitin Solanki wrote: > Hi, > I have created 4 nodes having 8 shards. Now, I want to divide those > 4 Nodes into 100 Nodes without any failure/ or re-indexing the data. Any > help please?

Divide 4 Nodes into 100 nodes in Solr Cloud

2015-02-18 Thread Nitin Solanki
Hi, I have created 4 nodes having 8 shards. Now, I want to divide those 4 Nodes into 100 Nodes without any failure/ or re-indexing the data. Any help please?