Hello, We are thinking about migrating to SolrCloud. Our current setup is: 1. Multiple replicas and shards. 2. Each query typically hits a single shard only. 3. We have an external system that assigns a document to a shard based on it's origin and is also used by solr clients when querying to find the correct shard to query.
It looks like the biggest advantage of SolrCloud is #3 - to route document to the correct shard & replicas when indexing and to route query similarly. Given we already have a fairly reliable system to do this, are there other benefits from migrating to SolrCloud? Thanks, John