On 4/16/2018 7:32 PM, gadelkareem wrote:
I cannot complain cuz it actually worked well for me so far but..

I still do not understand if Solr already paginates the results from the
full import, why not do the same for the delta. It is almost the same query:
`select id from t where t.lastmod > ${solrTime}`
`select * from t where id IN ${dataimporter.ids} limit 1000 offset 0`
and so on..

Solr does not paginate SQL queries made by the dataimport handler (DIH).  It sends the query exactly as it is configured in the DIH config.

Thanks,
Shawn

Reply via email to