Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
Solr, mail # user - Stopword filter - refreshing stop word list periodically


Copy link to this message
-
Re: Stopword filter - refreshing stop word list periodically
Chris Hostetter 2011-10-14, 18:16

: 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?

In recent versions of Solr (I think since 3.1) every Solr installation is
a multi-core environemnet, Solr just silently uses a hardcoded default
solr.xml that uses the solr home dir as the instanceDir of the "default
core" if your solr home dir doesn't already contain a solr.xml.

So even if a single core setup, you should still be able to reload the
core.
-Hoss