You could restart your Solr instance. If you have just 1 Solr instance, that means a bit of a downtime. If you have 2 Solr slaves behind a Load Balancer, then you can avoid that downtime. But I think you could also just configure your 1 Solr core via solr.xml and then you can use that RELOAD command.
Otis ---- Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ >________________________________ >From: Jithin <jithin1...@gmail.com> >To: solr-user@lucene.apache.org >Sent: Friday, October 14, 2011 11:21 AM >Subject: Re: Stopword filter - refreshing stop word list periodically > >I am not running in a multi core environment. My application requires only a >single search schema. Does it make sense to go for a multi core setup in >this scenario? Given that we currently have a single core is there any >alternative to RELOAD which work in a single core setup? > >On Fri, Oct 14, 2011 at 6:48 PM, Michael Kuhlmann-4 [via Lucene] < >ml-node+s472066n3421627...@n3.nabble.com> wrote: > >> 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 <a href="http://host:port >> /solr/admin/cores?action=RELOAD&core=corename">http://host:port/solr/admin/cores?action=RELOAD&core=corename" >> >> to your /etc/crontab file, and set the leading time fields correspondingly. >> >> >> -Kuli >> >> >> ------------------------------ >> If you reply to this email, your message will be added to the discussion >> below: >> >> http://lucene.472066.n3.nabble.com/Stopword-filter-refreshing-stop-word-list-periodically-tp3421611p3421627.html >> To unsubscribe from Stopword filter - refreshing stop word list >> periodically, click >> here<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=3421611&code=aml0aGluMTk4N0BnbWFpbC5jb218MzQyMTYxMXwtMTEwMTgwMTA3Ng==>. >> >> > > > >-- >Thanks >Jithin Emmanuel > > >-- >View this message in context: >http://lucene.472066.n3.nabble.com/Stopword-filter-refreshing-stop-word-list-periodically-tp3421611p3422004.html >Sent from the Solr - User mailing list archive at Nabble.com. > >