: 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