You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/10/18 08:50:58 UTC

[jira] [Commented] (LUCENE-7363) DecimalDigitFilter skips chars in case of supplementary code points

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

ASF subversion and git services commented on LUCENE-7363:
---------------------------------------------------------

Commit 9260a1378f942f072911b7af984c82f58e377a00 in lucene-solr's branch refs/heads/master from [~jpountz]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=9260a13 ]

LUCENE-7363: Fixed DecimalDigitFilter in case of supplementary code points.


> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org