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]

Reply via email to