abortOnConfigurationError=false no longer works for most plugin types
---------------------------------------------------------------------
Key: SOLR-1832
URL: https://issues.apache.org/jira/browse/SOLR-1832
Project: Solr
Issue Type: Bug
Affects Versions: 1.4
Reporter: Hoss Man
In 1.4 setting the "abortOnConfigurationError" config option to "false" only
affects RequestHandlers and schema related classes (ie: FieldType and
Token*Factories).
ValueSourceParsers, QParserPlugins, and ResposneWriters which fail to initalize
properly in Solr 1.4 will cause the entire SolrCore to fail to initialize.
This changed from previous version: In Solr 1.3 a failure to init any of these
types of plugins when abortOnConfigurationError=false would result in errors
being logged on init, but the SolrCore itself would still work and only
attempts to use those plugins would result in an error.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.