Re: QueryParser, PrefixQuery, and case sensitivity

2007-05-06 Thread Bill Au
Erick, Thanks for the advice. I will take a look at PerFieldAnalyzerWrapper to see if I want to take this on. For my case, I have to use mexed case for a couple of fields since case really does matter for them (ie apple is not the same as Apple), and I actually don't want users to find the d

Re: QueryParser, PrefixQuery, and case sensitivity

2007-05-04 Thread Erick Erickson
Look at PerFieldAnalyzerWrapper. It allows you to use different analyzers on different fields during the query parsing phase. But I wouldn't go there if you don't have to. I suspect you'll spend a LOT of time tracking down errors in your use of a mixed case index. If for no other reason than your