Hi, I have a Solr cloud set up with 12 shards with 2 replicas each, divided on 6 servers (each server hosting 4 cores). Solr version is 4.3.1. Due to memory errors on one machine, 3 of its 4 indexes became corrupted. I unloaded the cores, repaired the indexes with the Lucene CheckIndex tool, and added the cores again. Afterwards the Solr cloud hash range has been set to null for the shards with corrupt indexes. Could anybody point me to why this has occured, and more importantly, how to set the range on the shards again? Thank you.
Best, Rikke