Re: Controlling FuzzyQuery edit type

2014-09-29 Thread Manuel Le Normand
Nevermind, I just wrote a custom function that outputs the edit type for each word. Thanks

Controlling FuzzyQuery edit type

2014-09-28 Thread Manuel Le Normand
Hello, In the FuzzyQuery I see it is possible to control the char transposition option by a boolean (which btw seems hardcoded and not configurable ). Is it possible to control the other edit types (char insertion, deletion or substitution) that are allowed somewhere in the code? Thanks, Manuel