I want to keep two versions of the words in my Solr index. First one is with AsciiFolding applied, second is without AsciiFolding applied.
So for example if the user typed:
gru
I want to suggest back
grün
AsciiFolding is converting the umlauts to (a, u, o) and I want to keep using the original words. So if the user typed:
grü
I'm unable to suggest the real and original word which it is totally not correct.