lambdaworks / zio-elasticsearch

ZIO Elasticsearch is a type-safe and streaming-friendly ZIO native Elasticsearch client.
https://lambdaworks.github.io/zio-elasticsearch/
Apache License 2.0
60 stars 18 forks source link

Make enum out of Fuzziness #348

Open dbulaja98 opened 10 months ago

dbulaja98 commented 10 months ago

Currently we are using fuzziness parameter in the fuzzy query as a String, it should be considered that we use enum instead.

More informations about Fuzziness can be found here: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/common-options.html#fuzziness