Hello,
I really need some help with the SOLR SpeelChecker and german Umlauts.
So far I am really satisfied with the JAROWINKLER algorithm.
Now my problem :-)
When I am searching for ONE word with an german umlaut like
"kräuterkeckse" (the right word is kräuterkekse) the spellchecker
gives me two corrections :
Spellcheck for kr = kren
Spellcheck for uterkeksse = butterkekse
WHY is SOLR break this ONE word apart ?
My Config is :
spellcheck = 'true';
spellcheck.dictionary = 'jarowinkler'
spellcheck.onlyMorePopular = 'true'
spellcheck.build = 'false'
spellcheck.count = 1
Greets -Ralf-