You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2011/05/02 21:49:03 UTC

[jira] [Resolved] (SOLR-2467) Custom analyzer load exceptions are not logged.

     [ https://issues.apache.org/jira/browse/SOLR-2467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoss Man resolved SOLR-2467.
----------------------------

       Resolution: Fixed
    Fix Version/s: 4.0
                   3.2

Thanks for reporting this Alex


Committed revision 1098760.
Committed revision 1098764.


> 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
>             Fix For: 3.2, 4.0
>
>
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org