[
https://issues.apache.org/jira/browse/LUCENE-7363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15355607#comment-15355607
]
Hoss Man commented on LUCENE-7363:
----------------------------------
dup of LUCENE-6914?
that issue has a fix (for the same or slightly similar bug?) and some tests,
but didn't really go anywhere because i didn't have any clue what i was doing
(i just poked it with a stick until my test passed), and rmuir (who actually
understood the code) didn't seem to like the test as i had written it and
didn't follow up with his own.
> 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]