Description
If any exception occurred on custom analyzer load the following catch code is working:
solr/src/java/org/apache/solr/schema/IndexSchema.java
} catch (Exception e) { throw new SolrException( SolrException.ErrorCode.SERVER_ERROR, "Cannot load analyzer: "+analyzerName ); }
Analyzer load exception "e" is not logged at all.