I tried but it still not correct :(
hossman wrote: > > > : I am developing a seach engine with Solr, and now I want to search both > with > : and without diacritics, for example: if I query kho, it will response > kho, > : khó, khò,... But if I query khó, it will response only khó. > : > : Who anyone have solution? I have used <filter > : class="solr.ISOLatin1AccentFilterFactory"/> but it is not correct :( > > try ASCIIFoldingFilterFactory instead. > > > -Hoss > > -- View this message in context: http://old.nabble.com/Search-both-diacritics-and-non-diacritics-tp26897627p26941627.html Sent from the Solr - User mailing list archive at Nabble.com.