[
https://issues.apache.org/jira/browse/LUCENE-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13065873#comment-13065873
]
Robert Muir commented on LUCENE-3317:
-------------------------------------
core queryparser has the same issue for 'lowercase expanded terms'.
> Flexible Queryparser has some Locale violation with lowercasing
> ---------------------------------------------------------------
>
> Key: LUCENE-3317
> URL: https://issues.apache.org/jira/browse/LUCENE-3317
> Project: Lucene - Java
> Issue Type: Bug
> Components: modules/queryparser
> Reporter: Uwe Schindler
>
> When reviewing the flexible queryparser with my GSoC student, I found some
> String.toLowerCase() calls without locale. Also some code iterates per-char
> and lowercases. We should fix this to behave exactly like LowerCaseFilter.
> Maybe we can make the queryparser pass all tokens to lowercase through a
> KeywordTokenizer->LowerCaseFilter chain, but this would create dependency to
> analysis module.
--
This message is automatically generated by JIRA.
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]