On Thu, Dec 31, 2009 at 2:29 AM, johnson hong
<hong.jinch...@goodhope.net> wrote:
>
> Hi,all.
>    I found a problem on distributed-seach.
>    when i use "?q=keyword&start=0&rows=20" to query across
> distributed-seach,it will return numFound="181" ,then I
>    change the start param from 0 to 100,it will return numFound="131".

You probably have duplicates (docs on different shards with the same id).
Deeper paging will detect more of them.
It does raise the question of if we should be changing numFound, or
indicating a separate duplicate count.  Duplicates aren't eliminated
from things like faceting or statistics, so it might be nice to have a
number that was consistent with those numbers.

-Yonik
http://www.lucidimagination.com

Reply via email to