[
https://issues.apache.org/jira/browse/LUCENE-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857800#comment-15857800
]
ASF subversion and git services commented on LUCENE-6914:
---------------------------------------------------------
Commit 4355335153bacdcf3d81052e07164f2158d5e587 in lucene-solr's branch
refs/heads/branch_5_5 from [~jpountz]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=4355335 ]
LUCENE-6914: Fix ID in the change log.
> DecimalDigitFilter skips characters in some cases (supplemental?)
> -----------------------------------------------------------------
>
> Key: LUCENE-6914
> URL: https://issues.apache.org/jira/browse/LUCENE-6914
> Project: Lucene - Core
> Issue Type: Bug
> Affects Versions: 5.4
> Reporter: Hoss Man
> Fix For: master (7.0), 6.3, 5.5.4
>
> Attachments: LUCENE-6914.patch, LUCENE-6914.patch, LUCENE-6914.patch
>
>
> Found this while writing up the solr ref guide for DecimalDigitFilter.
> With input like "𝟙𝟡𝟠𝟜" ("Double Struck" 1984) the filter produces "1𝟡8𝟜" (1,
> double struck 9, 8, double struck 4) add some non-decimal characters in
> between the digits (ie: "𝟙x𝟡x𝟠x𝟜") and you get the expected output
> ("1x9x8x4"). This doesn't affect all decimal characters though, as evident
> by the existing test cases.
> Perhaps this is an off by one bug in the "if the original was supplementary,
> shrink the string" code path?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]