You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steven Rowe (JIRA)" <ji...@apache.org> on 2011/01/06 00:12:48 UTC

[jira] Commented: (LUCENE-2847) Support all of unicode in StandardTokenizer

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

Steven Rowe commented on LUCENE-2847:
-------------------------------------

JFlex generates fine, everything compiles, all tests pass.

If we add a target in {{modules/analysis/icu/build.xml}} to run {{GenerateJFlexSupplementaryMacros#main()}}, maybe named {{gen-stdtok-supp-macros}}, the {{jflex}} target in {{modules/analysis/common/build.xml}} could use a {{<subant>}} to call it and auto-generate {{SUPPLEMENTARY.jflex-macro}}, no?


> Support all of unicode in StandardTokenizer
> -------------------------------------------
>
>                 Key: LUCENE-2847
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2847
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Analysis
>            Reporter: Robert Muir
>             Fix For: 3.1, 4.0
>
>         Attachments: LUCENE-2847.patch
>
>
> StandardTokenizer currently only supports the BMP.
> If it encounters characters outside of the BMP, it just discards them... 
> it should instead implement fully implement UAX#29 across all of unicode.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org