No, there's no good way to make Solr return
numFound=120 when there are 540 (or
whatever) records. Why do you care?
If you need to stop at 120, just stop at 120 and ignore
the numFound.

If you need to display the 120 to the end user even if there
are more docs, just do that.

Best
Erick

On Tue, Jul 9, 2013 at 2:33 AM, aniljayanti <aniljaya...@yahoo.co.in> wrote:
> Hi Erick,
>
> thanks for reply, I am doing the same thing already. But for paging
> calculation i am depending on "numFound="120" value. That result i want
> .(<result name="response" numFound="120" start="0">)
>
> thanks
>
> aniljayanti
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Restrict-change-numFound-solr-result-tp4075882p4076485.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to