Let's say I have document indexed with apache Solr that contains this string - "Klüft skräms inför"
I want to be able to find it with search using this keyword "kluft" (note the "u"-"ü")
is there a way to do this ?
Let's say I have document indexed with apache Solr that contains this string - "Klüft skräms inför"
I want to be able to find it with search using this keyword "kluft" (note the "u"-"ü")
is there a way to do this ?
Use the ASCIIFoldingFilterFactory for both the index and query analyzers.