[ https://issues.apache.org/jira/browse/LUCENE-10273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17451986#comment-17451986 ]
ASF subversion and git services commented on LUCENE-10273: ---------------------------------------------------------- Commit 387e67ec8729d082a0efcfdf2ffa858c98c3b6de in lucene's branch refs/heads/main from Robert Muir [ https://gitbox.apache.org/repos/asf?p=lucene.git;h=387e67e ] LUCENE-10273: Deprecate SpanishMinimalStemmer in favor of SpanishPluralStemmer (#497) * LUCENE-10273: Deprecate SpanishMinimalStemmer in favor of SpanishPluralStemmer The new SpanishPluralStemmer is in fact more "minimal", less agressive stemming and normalization. For the user that wants only plural stemming, it is the better choice. > Deprecate SpanishMinimalStemFilter in favor of SpanishPluralStemFilter > ---------------------------------------------------------------------- > > Key: LUCENE-10273 > URL: https://issues.apache.org/jira/browse/LUCENE-10273 > Project: Lucene - Core > Issue Type: Task > Reporter: Robert Muir > Priority: Major > Time Spent: 50m > Remaining Estimate: 0h > > The new SpanishPluralStemFilter is in fact much more minimal. > Analysis: https://s.apache.org/spanishplural > Original Issue: LUCENE-10248 > Discussion on PR: https://github.com/apache/lucene/pull/461 > Because the new stemmer does this job better (without side-effects such as > normalizing {{ñ -> n}}), I think we should deprecate and point to the new > one. We can deprecate in 9.1 and remove in 11? -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org