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

Add other types for `minimum_should_match` parameter #303

Open dbulaja98 opened 1 year ago

dbulaja98 commented 1 year ago

At the moment we have only Int supported, but in Elasticsearch documentation there is also percentage and combination of both.

You can find more informations here: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-minimum-should-match.html