fuzziness property

dynamic fuzziness
final

Useful for showing the correct results for an incorrect search parameter by taking the fuzziness into account.

For example, with a substitution of one character, fox can become box. Read more about it in the elastic search https://www.elastic.co/guide/en/elasticsearch/guide/current/fuzziness.html.

Implementation

final dynamic fuzziness;