You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by vighnesh <sv...@gmail.com> on 2011/09/12 13:25:20 UTC

is it possibler to do a scheduling internally in solr application?

hi all

i am unable to do scheduling in solr to execute the commands like
full-import and delta-import .and also

is it possibler to do a scheduling internally in solr application?

--
View this message in context: http://lucene.472066.n3.nabble.com/is-it-possibler-to-do-a-scheduling-internally-in-solr-application-tp3329381p3329381.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: is it possibler to do a scheduling internally in solr application?

Posted by "O. Klein" <kl...@octoweb.nl>.
The easiest way is to use CRON and cURL for this.

So add somthing like curl
http://localhost:8080/solr/dataimport?command=full-import to your cron.

--
View this message in context: http://lucene.472066.n3.nabble.com/is-it-possibler-to-do-a-scheduling-internally-in-solr-application-tp3329381p3329667.html
Sent from the Solr - User mailing list archive at Nabble.com.