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 wrote:
> Hi,
>
>
>
> I would like to get all t
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.c