Hi Dino, StandardAnalyzer incorporates StandardTokenizer, StandardFilter, LowerCaseFilter, and StopFilter. Any index you create using it will only provide case-insensitive matching.
Steve On 08/13/2008 at 12:15 PM, Dino Korah wrote: > Also would like to highlight the version of Lucene I am > using; It is 2.0.0. > > _____ > > From: Dino Korah [mailto:[EMAIL PROTECTED] > Sent: 13 August 2008 17:10 > To: '[email protected]' > Subject: Case Sensitivity > > > Hi All, > > Once I index a bunch of documents with a StandardAnalyzer (and if the > effort I need to put in to reindex the documents is not worth the > effort), is there a way to search on the index without case sensitivity. > I do not use any sophisticated Analyzer that makes use of > LowerCaseTokenizer. > > Please let me know if there is a solution to circumvent this case > sensitivity problem. > > Many thanks > Dino > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
