> Hi Ahmet, > > Thanks for the link. > > I'm a bit puzzled with the explanation found there > regarding lower casing: > > These queries are case-insensitive anyway because > QueryParser makes them > lowercase. > > that's exactly what I want to achieve, but somehow the > queries *are* > case-sensitive. Probably I should play around with code of > a query parser.
There is an effort for this : https://issues.apache.org/jira/browse/SOLR-218 You can vote this issue. For the time being you can lowercase them in the client side.