On 2/4/2015 12:01 AM, nvmai wrote:
> I use crontab 
> * */1 * * * wget http://blog.nhipvang.com
> :8983/solr/imuzik/dataimport?command=full-import&clean=false

That will attempt to start a full-import once a minute.  Requests sent
while an import is already underway will fail, but this basically means
that your solr instance will *always* be doing a full import.

That's probably not what you want.

A time specification of "0 * * * *" would do the import once an hour.

Thanks,
Shawn

Reply via email to