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 2011/08/24 16:01:30 UTC

[jira] [Created] (LUCENE-3400) Deprecate / Remove DutchAnalyzer.setStemDictionary

Deprecate / Remove DutchAnalyzer.setStemDictionary
--------------------------------------------------

                 Key: LUCENE-3400
                 URL: https://issues.apache.org/jira/browse/LUCENE-3400
             Project: Lucene - Java
          Issue Type: Sub-task
          Components: modules/analysis
            Reporter: Chris Male


DutchAnalyzer.setStemDictionary(File) prevents reuse of TokenStreams (and also uses a File which isn't ideal).  It should be deprecated in 3x, removed in trunk.

--
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


[jira] [Updated] (LUCENE-3400) Deprecate / Remove DutchAnalyzer.setStemDictionary

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

Chris Male updated LUCENE-3400:
-------------------------------

    Attachment: LUCENE-3400-3x.patch

3x patch.

> Deprecate / Remove DutchAnalyzer.setStemDictionary
> --------------------------------------------------
>
>                 Key: LUCENE-3400
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3400
>             Project: Lucene - Java
>          Issue Type: Sub-task
>          Components: modules/analysis
>            Reporter: Chris Male
>         Attachments: LUCENE-3400-3x.patch, LUCENE-3400.patch
>
>
> DutchAnalyzer.setStemDictionary(File) prevents reuse of TokenStreams (and also uses a File which isn't ideal).  It should be deprecated in 3x, removed in trunk.

--
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


[jira] [Updated] (LUCENE-3400) Deprecate / Remove DutchAnalyzer.setStemDictionary

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

Chris Male updated LUCENE-3400:
-------------------------------

    Attachment: LUCENE-3400.patch

Patch for trunk.

> Deprecate / Remove DutchAnalyzer.setStemDictionary
> --------------------------------------------------
>
>                 Key: LUCENE-3400
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3400
>             Project: Lucene - Java
>          Issue Type: Sub-task
>          Components: modules/analysis
>            Reporter: Chris Male
>         Attachments: LUCENE-3400.patch
>
>
> DutchAnalyzer.setStemDictionary(File) prevents reuse of TokenStreams (and also uses a File which isn't ideal).  It should be deprecated in 3x, removed in trunk.

--
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


[jira] [Resolved] (LUCENE-3400) Deprecate / Remove DutchAnalyzer.setStemDictionary

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

Chris Male resolved LUCENE-3400.
--------------------------------

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

3x Committed revision 1161483.
Trunk Committed revision 1161484.

> Deprecate / Remove DutchAnalyzer.setStemDictionary
> --------------------------------------------------
>
>                 Key: LUCENE-3400
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3400
>             Project: Lucene - Java
>          Issue Type: Sub-task
>          Components: modules/analysis
>            Reporter: Chris Male
>            Assignee: Chris Male
>             Fix For: 3.4, 4.0
>
>         Attachments: LUCENE-3400-3x.patch, LUCENE-3400.patch, LUCENE-3400.patch
>
>
> DutchAnalyzer.setStemDictionary(File) prevents reuse of TokenStreams (and also uses a File which isn't ideal).  It should be deprecated in 3x, removed in trunk.

--
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


[jira] [Commented] (LUCENE-3400) Deprecate / Remove DutchAnalyzer.setStemDictionary

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

Simon Willnauer commented on LUCENE-3400:
-----------------------------------------

chris, can we make stemDict final then?

simon

> Deprecate / Remove DutchAnalyzer.setStemDictionary
> --------------------------------------------------
>
>                 Key: LUCENE-3400
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3400
>             Project: Lucene - Java
>          Issue Type: Sub-task
>          Components: modules/analysis
>            Reporter: Chris Male
>         Attachments: LUCENE-3400-3x.patch, LUCENE-3400.patch
>
>
> DutchAnalyzer.setStemDictionary(File) prevents reuse of TokenStreams (and also uses a File which isn't ideal).  It should be deprecated in 3x, removed in trunk.

--
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


[jira] [Commented] (LUCENE-3400) Deprecate / Remove DutchAnalyzer.setStemDictionary

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

Robert Muir commented on LUCENE-3400:
-------------------------------------

+1, i don't even think this needs an additionally ctor to control this little stem dictionary, if you want a customized one you can always make your own analyzer, where you instantiate the stemmeroverridefilter with whatever dictionary you want?

> Deprecate / Remove DutchAnalyzer.setStemDictionary
> --------------------------------------------------
>
>                 Key: LUCENE-3400
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3400
>             Project: Lucene - Java
>          Issue Type: Sub-task
>          Components: modules/analysis
>            Reporter: Chris Male
>         Attachments: LUCENE-3400.patch
>
>
> DutchAnalyzer.setStemDictionary(File) prevents reuse of TokenStreams (and also uses a File which isn't ideal).  It should be deprecated in 3x, removed in trunk.

--
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


[jira] [Updated] (LUCENE-3400) Deprecate / Remove DutchAnalyzer.setStemDictionary

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

Chris Male updated LUCENE-3400:
-------------------------------

    Attachment: LUCENE-3400.patch

Absolutely Simon.

New patch for trunk which makes stemDict final.

> Deprecate / Remove DutchAnalyzer.setStemDictionary
> --------------------------------------------------
>
>                 Key: LUCENE-3400
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3400
>             Project: Lucene - Java
>          Issue Type: Sub-task
>          Components: modules/analysis
>            Reporter: Chris Male
>         Attachments: LUCENE-3400-3x.patch, LUCENE-3400.patch, LUCENE-3400.patch
>
>
> DutchAnalyzer.setStemDictionary(File) prevents reuse of TokenStreams (and also uses a File which isn't ideal).  It should be deprecated in 3x, removed in trunk.

--
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