AW: Umlaute getting lost

2011-04-26 Thread Clemens Wyss
TermAnalyzer# tokenStream ( final String fieldName, final Reader reader ) -- TokenStream t = new WhitespaceAnalyzer( Version.LUCENE_31 ).tokenStream( fieldName, cf); t = new StopFilter( Version.LUCENE_31, t,

AW: Umlaute getting lost

2011-04-26 Thread Clemens Wyss
Out of curiosity, what is the problem you are trying to solve? I am trying to provide suggestions for search terms/word, such as google does. When the user starts typing the search term, I look up my TermIndex to provide possible search terms which fit the characters provided... Thx Clemens