hi, is there any way to filter special chars like this one: "Ø" out of my fields I want to index?
until now I tested it with the StopFilter("Ø"). But it doesn't work. When I search the index with Luke for this symbol I still get results.
Can anyone help please?
okay, i solved it. i have to put the lowercased variante of this symbol on the stop list as the lowercase filter is working before xD
