On 6/26/2014 8:47 PM, CONAN wrote:
> I use solr4.4 , 2 shards and 2 replicas and I found a problem on solrCloud
> search.
>
>
> If I perform a query with start=0 and rows=10 and say fq=ownerId:123 , I get
> numFound=225.
> If I simply change the start param to start=6, I get numFound=223.
> and
hi
I use solr4.4 , 2 shards and 2 replicas and I found a problem on solrCloud
search.
If I perform a query with start=0 and rows=10 and say fq=ownerId:123 , I get
numFound=225.
If I simply change the start param to start=6, I get numFound=223.
and i change the start param to start=10 , i get