Solr does not have a built-in scheduler for triggering indexing. Only for triggering commits and purging auto-expiring records.
So, if you want to trigger DIH indexing, you need to use an external scheduling mechanism for that. Regards, Alex. On Thu, 29 Nov 2018 at 01:03, Ma Man <chunman.ma1...@gmail.com> wrote: > > To whom it might concern, > > Recently, I am studying if Apache Solr able to re-index (Full Import / > Delta Import) periodically by configuration instead of triggering by URL ( > e.g. > http://localhost:8983/solr/{collection_name}/dataimport?command=full-import > ) in scheduler tool. > > Version of the Solr using is 7.3.1. > > Please advise if any. > > > Thanks for answering. > > Best Regards, > Man Ma