Re: Problems with exact matces on non-tokenized fields...

2002-09-26 Thread Dave Peixotto
I have also observed this behavior. - Original Message - From: "karl øie" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Thursday, September 26, 2002 4:50 AM Subject: Problems with exact matces on non-tokenized fields... Hi, i have a problem with getting a exact m

Re: QueryParser question - case-sensitivity

2002-05-09 Thread Dave Peixotto
Looks like the Standard Analyzer uses the LowerCaseFilter as one of its filters. This is the one that is converting everything to lower case. If you replace the StandardAnalyser with a different Analyzer you should be ok. Dave - Original Message - From: "Landon Cox" <[EMAIL PROTECTED]>