[
https://issues.apache.org/jira/browse/LUCENE-6586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14604252#comment-14604252
]
ASF subversion and git services commented on LUCENE-6586:
---------------------------------------------------------
Commit 1687950 from [~mikemccand] in branch 'dev/trunk'
[ https://svn.apache.org/r1687950 ]
LUCENE-6586: fix typo causing possible wrong value for substCount
> There is a typo in GermanStemmer that can lead to wrong stemming
> ----------------------------------------------------------------
>
> Key: LUCENE-6586
> URL: https://issues.apache.org/jira/browse/LUCENE-6586
> Project: Lucene - Core
> Issue Type: Bug
> Components: modules/analysis
> Affects Versions: 5.2.1
> Reporter: Christoph Kaser
> Priority: Minor
>
> There is a small typo in GermanStemmer that leads to a wrong calclulation of
> the substCount in line 203:
> {code}substCount =+ 2;{code}
> should be
> {code}substCount += 2;{code}
> I created a Pull Request for this some time ago, but it was apprently
> overlooked:
> https://github.com/apache/lucene-solr/pull/141
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]