Custom analyzer load exceptions are not logged.
-----------------------------------------------
Key: SOLR-2467
URL: https://issues.apache.org/jira/browse/SOLR-2467
Project: Solr
Issue Type: Bug
Affects Versions: 3.1
Reporter: Alexander Kistanov
Priority: Minor
If any exception occurred on custom analyzer load the following catch code is
working:
{code:title=solr/src/java/org/apache/solr/schema/IndexSchema.java}
} catch (Exception e) {
throw new SolrException( SolrException.ErrorCode.SERVER_ERROR,
"Cannot load analyzer: "+analyzerName );
}
{code}
Analyzer load exception "e" is not logged at all.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]