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:

Using Custom Analyzer to create case sensitive queries

2005-08-04 Thread Peter T. Brown
I have a custom analyzer I've created so that certain fields, which are indexed as Keywords, can be search exactly as they are typed in. Using this custom analyzer however produces not hits. Using Luke, I can see that the field values are identical to the values passed in on the query... My query