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
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
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 usi