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

Steve Rowe commented on LUCENE-7363:
------------------------------------

+1, tricky since the loop control variable is over a shrinking series.

> DecimalDigitFilter skips chars in case of supplementary code points
> -------------------------------------------------------------------
>
>                 Key: LUCENE-7363
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7363
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Adrien Grand
>            Assignee: Adrien Grand
>         Attachments: LUCENE-7363.patch
>
>
> It does {{length = StemmerUtil.delete(buffer,++i, length);}} while it should 
> really do {{length = StemmerUtil.delete(buffer,i+1, length);}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to