You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Paul Cowan (JIRA)" <ji...@apache.org> on 2009/08/14 01:40:14 UTC

[jira] Created: (LUCENE-1807) Add convenient constructor to PerFieldAnalyzerWrapper for Dependency Injection

Add convenient constructor to PerFieldAnalyzerWrapper for Dependency Injection
------------------------------------------------------------------------------

                 Key: LUCENE-1807
                 URL: https://issues.apache.org/jira/browse/LUCENE-1807
             Project: Lucene - Java
          Issue Type: Improvement
          Components: Analysis
    Affects Versions: 2.9
            Reporter: Paul Cowan
            Priority: Trivial


It would be good if PerFieldAnalyzerWrapper had a constructor which took in an analyzer map, rather than having to repeatedly call addAnalyzer -- this would make it much easier/cleaner to use this class in e.g. Spring XML configurations.

Relatively trivial change, patch to be attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Resolved: (LUCENE-1807) Add convenient constructor to PerFieldAnalyzerWrapper for Dependency Injection

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

Michael McCandless resolved LUCENE-1807.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.9

Thanks Paul!

> Add convenient constructor to PerFieldAnalyzerWrapper for Dependency Injection
> ------------------------------------------------------------------------------
>
>                 Key: LUCENE-1807
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1807
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Analysis
>    Affects Versions: 2.9
>            Reporter: Paul Cowan
>            Assignee: Michael McCandless
>            Priority: Trivial
>             Fix For: 2.9
>
>         Attachments: LUCENE-1807.patch
>
>
> It would be good if PerFieldAnalyzerWrapper had a constructor which took in an analyzer map, rather than having to repeatedly call addAnalyzer -- this would make it much easier/cleaner to use this class in e.g. Spring XML configurations.
> Relatively trivial change, patch to be attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Commented: (LUCENE-1807) Add convenient constructor to PerFieldAnalyzerWrapper for Dependency Injection

Posted by "Michael McCandless (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12743146#action_12743146 ] 

Michael McCandless commented on LUCENE-1807:
--------------------------------------------

Makes sense and patch looks good... I'll commit shortly.

> Add convenient constructor to PerFieldAnalyzerWrapper for Dependency Injection
> ------------------------------------------------------------------------------
>
>                 Key: LUCENE-1807
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1807
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Analysis
>    Affects Versions: 2.9
>            Reporter: Paul Cowan
>            Assignee: Michael McCandless
>            Priority: Trivial
>             Fix For: 2.9
>
>         Attachments: LUCENE-1807.patch
>
>
> It would be good if PerFieldAnalyzerWrapper had a constructor which took in an analyzer map, rather than having to repeatedly call addAnalyzer -- this would make it much easier/cleaner to use this class in e.g. Spring XML configurations.
> Relatively trivial change, patch to be attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Assigned: (LUCENE-1807) Add convenient constructor to PerFieldAnalyzerWrapper for Dependency Injection

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

Michael McCandless reassigned LUCENE-1807:
------------------------------------------

    Assignee: Michael McCandless

> Add convenient constructor to PerFieldAnalyzerWrapper for Dependency Injection
> ------------------------------------------------------------------------------
>
>                 Key: LUCENE-1807
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1807
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Analysis
>    Affects Versions: 2.9
>            Reporter: Paul Cowan
>            Assignee: Michael McCandless
>            Priority: Trivial
>             Fix For: 2.9
>
>         Attachments: LUCENE-1807.patch
>
>
> It would be good if PerFieldAnalyzerWrapper had a constructor which took in an analyzer map, rather than having to repeatedly call addAnalyzer -- this would make it much easier/cleaner to use this class in e.g. Spring XML configurations.
> Relatively trivial change, patch to be attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Updated: (LUCENE-1807) Add convenient constructor to PerFieldAnalyzerWrapper for Dependency Injection

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

Paul Cowan updated LUCENE-1807:
-------------------------------

    Attachment: LUCENE-1807.patch

Patch to add extra constructor.

> Add convenient constructor to PerFieldAnalyzerWrapper for Dependency Injection
> ------------------------------------------------------------------------------
>
>                 Key: LUCENE-1807
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1807
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Analysis
>    Affects Versions: 2.9
>            Reporter: Paul Cowan
>            Priority: Trivial
>         Attachments: LUCENE-1807.patch
>
>
> It would be good if PerFieldAnalyzerWrapper had a constructor which took in an analyzer map, rather than having to repeatedly call addAnalyzer -- this would make it much easier/cleaner to use this class in e.g. Spring XML configurations.
> Relatively trivial change, patch to be attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org