Re: AW: Transforming german umlaute like ö,ä ,ü,ß into oe, ae, ue, ss

2008-11-23 Thread Koji Sekiguchi
> > Where do I get the CharFilter library? I'm using Lucene, not Solr. > > > > Thanks, > > Sascha > CharFilter is included in recent Solr nightly build. > It is not OOTB solution for Lucene now, sorry. > If I have time, I will make it for Lucene in this weekend. Now the patch available for Lucene

Re: AW: Transforming german umlaute like ö,ä ,ü,ß into oe, ae, ue, ss

2008-11-18 Thread Koji Sekiguchi
Sascha Fahl wrote: Where do I get the CharFilter library? I'm using Lucene, not Solr. Thanks, Sascha CharFilter is included in recent Solr nightly build. It is not OOTB solution for Lucene now, sorry. If I have time, I will make it for Lucene in this weekend. Koji --

Re: AW: Transforming german umlaute like ö,ä, ü,ß into oe, ae, ue, ss

2008-11-18 Thread Sascha Fahl
Where do I get the CharFilter library? I'm using Lucene, not Solr. Thanks, Sascha Am 18.11.2008 um 14:11 schrieb Koji Sekiguchi: Uwe Goetzke wrote: > Use ISOLatin1AccentFilter, although it is not perfect... > So I made ISOLatin2AccentFilter for me and changed this method. Or use CharFilter li

Re: AW: Transforming german umlaute like ö,ä,ü,ß into oe, ae, ue, ss

2008-11-18 Thread Koji Sekiguchi
Uwe Goetzke wrote: > Use ISOLatin1AccentFilter, although it is not perfect... > So I made ISOLatin2AccentFilter for me and changed this method. Or use CharFilter library. It is for Solr as of now, though. See: https://issues.apache.org/jira/secure/attachment/12392639/character-normalization.JPG

AW: Transforming german umlaute like ö,ä,ü ,ß into oe, ae, ue, ss

2008-11-18 Thread Uwe Goetzke
Use ISOLatin1AccentFilter, although it is not perfect... So I made ISOLatin2AccentFilter for me and changed this method. We use our own analysers, so you would use something like this result = new org.apache.lucene.analysis.WhitespaceTokenizer(reader); result = new