I'm using nutch with Solr for a developing a search engine for Arabic texts. I need to implement a stemmer on my Arabic texts, and while serching on Solr Stemmer I found that it provide those two filters
<filter class="solr.ArabicNormalizationFilterFactory"/>
<filter class="solr.ArabicStemFilterFactory"/>
I tried them but did not understand what they do .. So please any one can help me with some examples??
and do these two do this:
العملات Stemmed to عملة
البسَاتِين ، بساتينكم Stemmed to بستان
thank you.