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 at:
https://issues.apache.org/jira/browse/LUCENE-1466

Koji


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
https://issues.apache.org/jira/browse/SOLR-822

Koji


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 library. It is for Solr as of now, though.

See:
https://issues.apache.org/jira/secure/attachment/12392639/character-normalization.JPG
https://issues.apache.org/jira/browse/SOLR-822

Koji


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Sascha Fahl
Softwareentwicklung

evenity GmbH
Zu den Mühlen 19
D-35390 Gießen

Mail: [EMAIL PROTECTED]









-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]