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.
- How to search Case Sensitive words? nithyavembu
- Re: How to search Case Sensitive words? Donna L Gresh
- Re: How to search Case Sensitive words? nithyavembu