We have lots of data in Solr (v8.4), which is divided into monthly collections in order not to perform every search against entire data. Each monthly collection is also split into 8 shards.

It means 4 years = 48 months = 384 shards which are causing some problems.

Is it possible to merge multiple shards into 1 without creating that collection from zero and reindexing?

Reply via email to