Hi, I recently moved to a SolrCloud config. I had a few questions:
Q1. Does a shard show cumulative number of documents or documents present in that particular shard on the admin console of respective shard? Q2. If 1's answer is non-cumulative then my shards(on different servers) are indexing all the documents on each instance of shard. Is this natural? I created the shards with compositeId. Q3. If the answer to 1 is cumulative then my indexing was slower then a single core instance which was on the same machine of which I have 2 now(my shards). What could I be missing while configuring Solr? I am using Solr 6.0.0 on Ubuntu 14.04 with external zookeeper. Regards, Sid.