On Fri, May 1, 2009 at 8:41 PM, Senthil Kumar <mesent...@gmail.com> wrote:
> Hi, > > Can any one help me to identify whether schduling is possible with > DataImportHandler (DIH). I have configured my DIH to pull the data through > http. Currently I am reloading the data using the following request > > http://localhost:8983/solr/core0/dataimport?command=full-import > > If scheduling possible, can you let me know how to that? > No built-in support but the usual way is to use cron jobs (or task scheduler in windows) to hit the full-import url through wget or curl. -- Regards, Shalin Shekhar Mangar.