Hi Furkan, Using MappingCharFilterFactory with mapping-FoldToASCII.txt or mapping-ISOLatin1Accent.txt
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.MappingCharFilterFactory ________________________________ From: Furkan KAMACI <furkankam...@gmail.com> To: solr-user@lucene.apache.org Sent: Monday, July 15, 2013 4:06 PM Subject: How to Indicate Solr That: Both Ascified and Non-Ascii versions of tokens are same? When I search something which has non ASCII characters at Google it returns me results both original and ascified versions and *highlights both of them*. For example if I search *çiğli* at Google first result is that: *Çiğli* Belediyesi www.*cigli*.bel.tr/ How can I do that at Solr? How can I indicate that to Solr: *Both Ascified and Non-Ascii versions of tokens are same?** *