Hi, thanks! I've done it by wrote a scripts to call
http://localhost:8080/solr/dataimport?command=delta-import automatically:-)
Joel Nylund wrote:
>
> windows or unix?
>
> unix - make a shell script and call it from cron
>
> windows - make a .bat or .cmd file and call it from scheduler
>
> w
windows or unix?
unix - make a shell script and call it from cron
windows - make a .bat or .cmd file and call it from scheduler
within the shell scripts/bat files use wget or curl to call the right
import:
wget -q -O /dev/null http://localhost:8983/solr/dataimport?command=delta-import
Joe