Re: Removing diacritics with ISOLatin1AccentFilter

2009-07-24 Thread luther blisset
ut.print(nextToken.term()); > > filter.close(); > > > > > - > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > > -- View this message in conte

Re: Removing diacritics with ISOLatin1AccentFilter

2009-07-24 Thread luther blisset
>> --------- >> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org >> For additional commands, e-mail: java-user-h...@lucene.apache.org >> >> > > -

Re: Removing diacritics with ISOLatin1AccentFilter

2009-07-24 Thread AHMET ARSLAN
Or alternatively: String test = "HÄllo HÄllo HÄllo HÄllo HÄllo"; ISOLatin1AccentFilter filter = new ISOLatin1AccentFilter(new KeywordTokenizer(new StringReader(test))); final Token reusableToken = new Token(); Token nextToken; if ((nextToken = filter.next(re

Re: Removing diacritics with ISOLatin1AccentFilter

2009-07-24 Thread Simon Willnauer
rong in my code when I create the new instance > of ISOLatin1AccentFilter  but I can' t get it works properly. > Could someone help me? > thanks a lot > -- > View this message in context: > http://www.nabble.com/Removing-diacritics-with-ISOLatin1AccentFilter-tp24641618p24641618

Removing diacritics with ISOLatin1AccentFilter

2009-07-24 Thread luther blisset
ord for the property objectToIndex.getName(), it remains with accent :( I think there is something wrong in my code when I create the new instance of ISOLatin1AccentFilter but I can' t get it works properly. Could someone help me? thanks a lot -- View this message in context: http://www.nabble.com