You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Pratyul Kapoor <pr...@gmail.com> on 2012/11/12 10:42:14 UTC

Handle Queries which return 1000s of records

Hi,

I am integrating solr search on my website. I am having some keywords that
would return 1000s of records. Is there any way in solr by which I can get
results in pieces.

Pratyul

Re: Handle Queries which return 1000s of records

Posted by Rafał Kuć <r....@solr.pl>.
Hello!

By pieces you mean by paging the results ? If yes, please look at
http://wiki.apache.org/solr/CommonQueryParameters - start and rows
parameters.

-- 
Regards,
 Rafał Kuć
 Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch

> Hi,

> I am integrating solr search on my website. I am having some keywords that
> would return 1000s of records. Is there any way in solr by which I can get
> results in pieces.

> Pratyul