Re: Enquiry about scheduling for re-indexing

2018-11-29 Thread Shawn Heisey
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

Re: Enquiry about scheduling for re-indexing

2018-11-29 Thread Alexandre Rafalovitch
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 wrote: > > To