Re: Deleting a shard in solr 4.10.4

2017-01-13 Thread Rachid Bouacheria
Thank you so much Erik! On Fri, Jan 13, 2017 at 4:40 PM, Erick Erickson wrote: > Here's what I'd do > 1> create a new collection with a single shard > 2> use the MERGEINDEXES core admin API command to merge the indexes > from the old 2-shard collection > > That way you have a chance to verify t

Re: Deleting a shard in solr 4.10.4

2017-01-13 Thread Erick Erickson
Here's what I'd do 1> create a new collection with a single shard 2> use the MERGEINDEXES core admin API command to merge the indexes from the old 2-shard collection That way you have a chance to verify that the merged collection is OK before deleting the old 2-shard collection. On Fri, Jan 13, 2