Jörg Prante created LUCENE-5096:
-----------------------------------
Summary: WhitespaceTokenizer supports Java whitespace, should also
support Unicode whitespace
Key: LUCENE-5096
URL: https://issues.apache.org/jira/browse/LUCENE-5096
Project: Lucene - Core
Issue Type: Improvement
Components: modules/analysis
Affects Versions: 4.3.1
Environment: all
Reporter: Jörg Prante
Priority: Minor
The whitespace tokenizer supports only Java whitespace as defined in
http://docs.oracle.com/javase/6/docs/api/java/lang/Character.html#isWhitespace(char)
A useful improvement would be to support also Unicode whitespace as defined in
the Unicode property list
http://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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]