On 11/29/2018 6:00 AM, Alexandre Rafalovitch wrote:
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.
What Alexandre said. No such capability exists in Solr.
We do not have any intention of adding scheduling for dataimport. ALL
modern operating systems (and most of the legacy ones) have some kind of
task scheduler built in. Those systems have had many years of
operation, time for their maintainers to be sure they are bug-free.
Thanks,
Shawn