[
https://issues.apache.org/jira/browse/LUCENE-4201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-4201:
--------------------------------
Attachment: LUCENE-4201.patch
updated patch with some additional tests: for CharFilters its useful to use
MockTokenizer + checkRandomData because MockTokenizer has a lot of asserts.
This fails sometimes: the first one i hit was the valid unicode assert in
MockTokenizer, I think sometimes we might be doubling a high or low surrogate?
a simple workaround would be to never double surrogates.
> Add Japanese character filter to normalize iteration marks
> ----------------------------------------------------------
>
> Key: LUCENE-4201
> URL: https://issues.apache.org/jira/browse/LUCENE-4201
> Project: Lucene - Java
> Issue Type: New Feature
> Components: modules/analysis
> Affects Versions: 4.0, 5.0
> Reporter: Christian Moen
> Attachments: LUCENE-4201.patch, LUCENE-4201.patch
>
>
> For some applications it might be useful to normalize kanji and kana
> iteration marks such as 々, ゞ, ゝ, ヽ and ヾ to make sure they are treated
> uniformly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]