I am a pretty new user of Lucene, but I think the simple answer is "what
analyzer are you using when you index" and "use the same analyzer 
when you search". I believe StandardAnalyzer for example does
lowercasing, so if you use the same one when you search all should 
work as you wish.

Reply via email to