Dear Solr Users, Does anyone know what is the best way to iterate through each document in a Solr index with billion entries?
I tried to use select?q=*:*&start=xx&rows=500 to get 500 docs each time and then change start value, but it got very slow after getting through about 10 million docs. Thanks, Ming-