Am 14.10.2011 15:10, schrieb Jithin:
> Hi,
> Is it possible to refresh the stop word list periodically say once in 6
> hours. Is this already supported in Solr or are there any work arounds.
> Kindly help me in understanding this.

Hi,

you can trigger a reload command to the core admin, assuming you're
running a multi core environment (which I'd recommend anyway).

Simply add
"curl http://host:port/solr/admin/cores?action=RELOAD&core=corename";
to your /etc/crontab file, and set the leading time fields correspondingly.

-Kuli

Reply via email to