Re: How to split a merged index which is more than 2GB in size into same size multiple shard

2019-03-15 Thread Erick Erickson
There’s the collections API command SPLITSHARD. But is this for functional reasons or are you just experimenting for background information? 2G is a tiny index by recent standards, I routinely see 200G indexes on a replica. And merging indexes in SolrCloud is a bit tricky, you have to be sure t

How to split a merged index which is more than 2GB in size into same size multiple shard

2019-03-15 Thread arghya.it87
I am experimenting solr cloud 5.2.1 version. I have 3 shards and I use IndexMergeTool to merge my index in a single directory. Now I have created a new collection where I have 4 shards and I want to split my index in these 4 shards. Is there any IndexSplit tool available or how to do it. -- Sen