German 'ue' -> 'u' conversion

2012-11-19 Thread Dyga, Adam
Hello, I have two questin regarding handling German umlauts in Lucene: 1. I'm trying to find a way to convert German Umlauts written as 'ue', 'ae', etc to folded form 'u', 'a' and so on. This is done by GermanAnalyzer (and German2StemFilter used by it), but unfortunately it also does stemming w

RE: German 'ue' -> 'u' conversion

2012-11-19 Thread Dyga, Adam
output[outputPos++] = 'a'; > break; > > for the characters you want to replace. > > > Best Regards > > Lutz Fechner > > > > > -Original Message- > From: Dyga, Adam [mailto:adam.d...@beumergroup.com] > Sent: Montag, 19. Nove

RE: German 'ue' -> 'u' conversion

2012-11-19 Thread Dyga, Adam
11:15 To: java-user@lucene.apache.org Subject: Re: German 'ue' -> 'u' conversion if your needs are so specific -- you can always build a NormalizeCharMap and use MappingCharFilter Igal On 11/19/2012 2:11 AM, Dyga, Adam wrote: > I did, but none of them can do it (at leas