On 6 October 2014 18:40, Karunakar Reddy <karunaka...@gmail.com> wrote: > > Hey Alex, > Thanks for your reply. > Is delta-import handler configurable? say if I want to update documents > every 20 mins is it possible through any configuration/settings like > autocommit?
As a delta-import involves loading a URL, you can do this through a scheduler on your OS. On Linux, we have a cron job that uses curl. I do not see a big argument for Solr to include a scheduler. Regards, Gora