I can cross check our shards once again, but I am sure this is not the case.
Regards, Rohit Mobile: +91-9901768202 -----Original Message----- From: Chris Hostetter [mailto:[email protected]] Sent: 08 August 2012 21:04 To: [email protected] Subject: Re: numFound changes on changing start and rows : We are using Solr3.6 and 2 shards, we are noticing that when we fire a query : with start as 0 and rows X the total numFound and the total numFound changes : when we fire the same exact query with start as y and rows X. The only situation where i've ever heard of this happening is when multiple shards have documents with identical uniqueKeys... http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201206.mbox/%3CCAP [email protected]%3E http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201206.mbox/%3Calp ine.DEB.2.00.1206191429520.19329@bester%3E http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201206.mbox/%3CCAP [email protected]%3E As noted in the docs.. http://wiki.apache.org/solr/DistributedSearch?#Distributed_Searching_Limitat ions "The unique key field must be unique across all shards. If docs with duplicate unique keys are encountered, Solr will make an attempt to return valid results, but the behavior may be non-deterministic. " -Hoss
