[ 
https://issues.apache.org/jira/browse/LUCENE-2781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964751#action_12964751
 ] 

Earwin Burrfoot commented on LUCENE-2781:
-----------------------------------------

Hmm.. and regarding this exact case.

DutchStemFilter.java had this:
bq. @deprecated Use {...@link SnowballFilter} with {...@link 
org.tartarus.snowball.ext.DutchStemmer} instead, which has the same 
functionality.
considering the following snippet from DutchStemmer.java:
bq. The algorithm is an implementation of the <a 
href="http://snowball.tartarus.org/algorithms/dutch/stemmer.html";>dutch 
stemming</a> algorithm in Martin Porter's snowball project.
we can reliably drop DutchStemFilter+DutchStemmer, people will fix their code 
to use SnowballFilter and happily read their 3.0 indexes.
No?

> Drop deprecations from trunk
> ----------------------------
>
>                 Key: LUCENE-2781
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2781
>             Project: Lucene - Java
>          Issue Type: Task
>    Affects Versions: 4.0
>            Reporter: Earwin Burrfoot
>            Assignee: Robert Muir
>            Priority: Minor
>         Attachments: drop-deprecations.patch, drop-deprecations.patch, 
> drop-deprecations.patch, drop-deprecations.patch
>
>
> subj.
> Also, to each remaining deprecation add release version when it first 
> appeared.
> Patch incoming.

-- 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to