I see that by default in SolrCloud that my collections are replicating. Should this be disabled in SolrCloud as this is already handled by it?
>From the documentation: "The Replication screen shows you the current replication state for the named core you have specified. In Solr, replication is for the index only. SolrCloud has supplanted much of this functionality, but if you are still using index replication, you can use this screen to see the replication state:" I just want to make sure before I disable it that if we send an update to one server that the document will be correctly replicated across all nodes. Thanks