- elasticsearch 2.4
We use phrase suggester to do spell checking, this is working fine, but the options returned are analyzed terms, is it possible to have the source tokens instead ?
We are using filters:
- asciifolding
- lowercase
For instance, I search for "télevision" , I would like to see "télévision" instead of "television"