Re: Download solr data(only one field) to csv

2018-02-23 Thread Emir Arnautović
Hi Selvam, Using start/rows to download 10M docs is what is called deep paging. You need to either use cursors (https://lucene.apache.org/solr/guide/6_6/pagination-of-results.html ) or export handler (https://lucene.apache.or

Download solr data(only one field) to csv

2018-02-23 Thread Selvam Raman
Hi, I have 10 million of record in solr index. I want to download whole record in csv format with one field. I have 20+ fields, but i want to download data with (fl=title) only title field. http://localhost:8983/solr/containerMetadata/select?q=*&fl=external_id_s,container_title_en&wt=csv&indent=