Re: Icelandic support in Solr

2019-11-27 Thread Andrzej Białecki
If I’m not mistaken Hunspell supports Icelandic (see here: https://cgit.freedesktop.org/libreoffice/dictionaries/tree/is ) and Lucene HunspellStemFilter should be able to use these dictionaries. > On 27 Nov 2019, at 10:10, Charlie H

Re: Icelandic support in Solr

2019-11-27 Thread Charlie Hull
On 26/11/2019 16:35, Mikhail Ibraheem wrote: Hi,Does Solr supports Icelandic language out of the box? If not, can you please let me know how to add that with custom analyzers? Thanks The Snowball stemmer project which is used by Solr (https://snowballstem.org/algorithms/ - co-created by Marti

Icelandic support in Solr

2019-11-26 Thread Mikhail Ibraheem
Hi,Does Solr supports Icelandic language out of the box? If not, can you please let me know how to add that with custom analyzers? Thanks