Have you looked at export handler?
https://cwiki.apache.org/confluence/display/solr/Exporting+Result+Sets

Regards,
   Alex.
----
http://www.solr-start.com/ - Resources for Solr users, new and experienced


On 12 January 2017 at 22:04, Daisy Khaing TM <daisy...@globalsources.com> wrote:
> Hi,
>
>
>
> I would like to get all the productIds from the collection which consist of 7 
> million plus records. (production environment)
>
> Is there any efficient way to do this?
>
>
>
> curl 
> "http://localhost:8983/solr/product/select?q=*&fl=P_ProductId&wt=csv&start=7950001&rows=15000";
>  -o productIds54.csv
>
>
>
> Above is one of the method I could think of currently but it could impact our 
> current performance and tedious to do it.
>
> Thank you.
>
>
>
> Regards,
>
> Daisy
>
>
>
>
> ----------------------
> CONFIDENTIALITY NOTICE
>
> This e-mail (including any attachments) may contain confidential and/or 
> privileged information. If you are not the intended recipient or have 
> received this e-mail in error, please inform the sender immediately and 
> delete this e-mail (including any attachments) from your computer, and you 
> must not use, disclose to anyone else or copy this e-mail (including any 
> attachments), whether in whole or in part.
>
> This e-mail and any reply to it may be monitored for security, legal, 
> regulatory compliance and/or other appropriate reasons.
>

Reply via email to