Hi All, As I previously reported due to no overlap in terms of the documets in the SolrCloud replicas of the index shards , I have turned off the replication and basically have there shards with a replication factor of 1.
It obviously seems will not be scalable due to the fact that the same core will be indexed and queried at the same time as this is a long running indexing task. My questions is what options do I have to set up the replicas of the single per shard core outside of the SolrCloud replication factor mechanism because that does not seem to work for me ? Thanks.