Solr How to search ñ and Ñ with normal char N and vice verse
How can we map non ASCII char with ASCII character? Ex.: In solr index we have word contain char ñ, Ñ [LATIN CAPITAL LETTER N WITH TILDE] or normal n,N Then what filter/token we use to search with Normal N or Ñ and both mapped. cheffe Merging the answers of Solr, Special Chars, and Latin to Cyrilic char conversion Take a look at Solr's Analyzers, Tokenizers, and Token Filters which give you a good intro to the type of manipulation you're looking for. Probably the ASCIIFoldingFilterFactory does exactly what you want. When changing an analyzer to remove the accents, keep in mind that you need to