Re: Using Custom Analyzer to create case sensitive queries

2005-08-04 Thread Peter T. Brown
ect: Re: Using Custom Analyzer to create case sensitive queries > > PerFieldAnalyzerWrapper - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using Custom Analyzer to create case sensitive queries

2005-08-04 Thread Otis Gospodnetic
Add some debugging to the if statement that handles "class.name" field. My first guess is that you're not getting in that if case when querying. If that turns out to be true, consider using PerFieldAnalyzerWrapper to accomplish the same thing. Otis --- "Peter T. Brown" <[EMAIL PROTECTED]> wrote: