Hi Steve, Thanks for your continues investigation on this issue.
I added ICU Folding Filter in schema.xml file and re-indexed all the data again. i noticed some improvements in search but its not really as expected. below is the configuration changed in schema file: ----------------- <fieldType name="text_ar" class="solr.TextField" positionIncrementGap="100"> <analyzer> <tokenizer class="solr.StandardTokenizerFactory"/> <filter class="solr.ICUFoldingFilterFactory"/> <filter class="solr.StopFilterFactory" ignoreCase="true" words="lang/stopwords_ar.txt" /> <filter class="solr.ArabicNormalizationFilterFactory"/> <filter class="solr.ArabicStemFilterFactory"/> </analyzer> </fieldType> ----------------- attached the document for your reference where highlighted ones in red are not working as expected. Also, i have raised one point regarding Jquery autocomplete with unique records..kindly let me know if you have any background on how to implement the same. arabicSearch.docx <http://lucene.472066.n3.nabble.com/file/n4319436/arabicSearch.docx> -- View this message in context: http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4319436.html Sent from the Solr - User mailing list archive at Nabble.com.