Re: Data inconsistencies and updates in solrcloud

2017-11-21 Thread Tom Barber
Thanks Erick! As I said, user error! ;) Tom On 21/11/17 22:41, Erick Erickson wrote: I think you're confusing shards with replicas. numShards is 2, each with one replica. Therefore half of your docs will wind up on one replica and half on the other. If you're adding a single doc, by definitio

Re: Data inconsistencies and updates in solrcloud

2017-11-21 Thread Erick Erickson
I think you're confusing shards with replicas. numShards is 2, each with one replica. Therefore half of your docs will wind up on one replica and half on the other. If you're adding a single doc, by definition it'll be placed on only one of the two shards. If your shards had multiple replicas, all