You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Chris Male (JIRA)" <ji...@apache.org> on 2012/04/24 06:50:38 UTC

[jira] [Created] (SOLR-3403) Move logging of deprecated Analysis Factory inside Factory itself

Chris Male created SOLR-3403:
--------------------------------

             Summary: Move logging of deprecated Analysis Factory inside Factory itself
                 Key: SOLR-3403
                 URL: https://issues.apache.org/jira/browse/SOLR-3403
             Project: Solr
          Issue Type: Improvement
          Components: Schema and Analysis
            Reporter: Chris Male


Currently runtime logging of deprecated Factories is handled by {{BaseTokenStreamFactory}} which looks odd since the logging comes from this class instead of the Factories themselves.  We should just move the logging down to the deprecated class.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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


[jira] [Updated] (SOLR-3403) Move logging of deprecated Analysis Factory inside Factory itself

Posted by "Chris Male (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Male updated SOLR-3403:
-----------------------------

    Attachment: SOLR-3403.patch

Patch which moves all logging in the factories down to the particular classes and removes all logging support in the abstract classes.

Any Factory that wants to log now must declare its own Logger.
                
> Move logging of deprecated Analysis Factory inside Factory itself
> -----------------------------------------------------------------
>
>                 Key: SOLR-3403
>                 URL: https://issues.apache.org/jira/browse/SOLR-3403
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>            Reporter: Chris Male
>         Attachments: SOLR-3403.patch
>
>
> Currently runtime logging of deprecated Factories is handled by {{BaseTokenStreamFactory}} which looks odd since the logging comes from this class instead of the Factories themselves.  We should just move the logging down to the deprecated class.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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


[jira] [Resolved] (SOLR-3403) Move logging of deprecated Analysis Factory inside Factory itself

Posted by "Chris Male (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Male resolved SOLR-3403.
------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0
         Assignee: Chris Male

Resolved in trunk.
                
> Move logging of deprecated Analysis Factory inside Factory itself
> -----------------------------------------------------------------
>
>                 Key: SOLR-3403
>                 URL: https://issues.apache.org/jira/browse/SOLR-3403
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>            Reporter: Chris Male
>            Assignee: Chris Male
>             Fix For: 4.0
>
>         Attachments: SOLR-3403.patch
>
>
> Currently runtime logging of deprecated Factories is handled by {{BaseTokenStreamFactory}} which looks odd since the logging comes from this class instead of the Factories themselves.  We should just move the logging down to the deprecated class.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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