Hello Salman, Please checkout the export functionality https://cwiki.apache.org/confluence/display/solr/Exporting+Result+Sets
Thanks, Susheel On Wed, Jan 20, 2016 at 6:57 AM, Emir Arnautovic < emir.arnauto...@sematext.com> wrote: > Hi Salman, > You should use cursors in order to avoid "deep paging issues". Take a look > at https://cwiki.apache.org/confluence/display/solr/Pagination+of+Results. > > Regards, > Emir > > -- > Monitoring * Alerting * Anomaly Detection * Centralized Log Management > Solr & Elasticsearch Support * http://sematext.com/ > > > > On 20.01.2016 12:55, Salman Ansari wrote: > >> Hi, >> >> I am looking for a way to return all documents from a collection. >> Currently, I am restricted to specifying the number of rows using Solr.NET >> but I am looking for a better approach to actually return all documents. >> If >> I specify a huge number such as 1M, the processing takes a long time. >> >> Any feedback/comment will be appreciated. >> >> Regards, >> Salman >> >> >