> > 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
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
--
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
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
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