On Fri, Oct 2, 2009 at 8:11 PM, Paul Tomblin <ptomb...@xcski.com> wrote:

> Nope, that just gets you the number of results returned, not how many
> there could be.  Like I said, if you look at the XML returned, you'll
> see something like
> <result name='response' numFound='1251' start='0'>
> but only 10 <doc> returned.  getNumFound returns 10 in that case, not 1251.
>
>
>
Nope. Check again. getNumFound will definitely give you 1251.
SolrDocumentList#size() will give you 10.

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to