I'm doing some work on the solrcloud branch in SVN and am noticing
some strange (but perhaps expected) behavior when executing queries.
I have setup a simple 2 shard cluster, indexed 50 documents into each
(verified by accessing http://localhost:8983/solr/select/?q=*:* and
http://localhost:7574/solr/select/?q=*:* each return 50) but when I
access http://localhost:8983/solr/select/?q=*:*&distrib=true&rows=0
the total count is 150. If I play with rows, the count actually gets
more accurate as I go, i.e. if I put rows=10, the count is 140, if I
put rows=50 the count is correct (namely 100). While I can understand
why this might be happening, it's different from the version of solr
I'm running which was built off a snapshot of trunk several months
ago. Is this behavior expected?