Re: numFound is changing when start parameter changed

2014-06-27 Thread Shawn Heisey
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

numFound is changing when start parameter changed

2014-06-26 Thread CONAN
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