: looks like cores are isolated from each other. By isolated, I mean if a core
: fails due to a configuration error or an error like ClassNotFoundException,
: the other cores continue to work.
For the most part this is true ... SolrCore's are islated form eachother
as much as possible -- but some
Hi,
In Solr 3.x the parameter "abortOnConfigurationError=false" allows cores
continue to work even if an other core fails due to a configuration error.
This parameter doesn't exist anymore in Solr 4.0 but afetr some tests,
it looks like cores are isolated from each other. By isolated, I mean