Thanks Shawn and Erick.
This is what I also ended up finding, as the number of buckets increased, I
noticed the issue.
Zheng: I am using Solr7. But this was only an experiment on the hash, i.e.,
what distribution should I expect from it. (as the above gist shows). I
didn't actually index into sol
What Shawn said. 117 shards and 116 docs tells you absolutely nothing
useful. I've never seen the number of docs on various shards be off by
more than 2-3% when enough docs are indexed to be statistically valid.
Best,
Erick
On Fri, Mar 16, 2018 at 5:34 AM, Shawn Heisey wrote:
> On 3/6/2018 11:53
On 3/6/2018 11:53 AM, Nawab Zada Asad Iqbal wrote:
I have 117 shards and i tried to use document ids from zero to 116. I find
that the distribution is very uneven, e.g., the largest bucket receives
total 5 documents; and around 38 shards will be empty. Is it expected?
With such a small data se
Hi,
What version of Solr are you running? How did you configure your shards in
Solr?
Regards,
Edwin
On 7 March 2018 at 02:53, Nawab Zada Asad Iqbal wrote:
> Hi solr community:
>
>
> I have been thinking to use composite key for my next project iteration and
> tried it today to see how it distr