bitemyapp / bloodhound

Haskell Elasticsearch client and query DSL
bitemyapp.com
BSD 3-Clause "New" or "Revised" License
424 stars 118 forks source link

Search parameter `min_score` is not supported #284

Open gmarpons opened 2 years ago

gmarpons commented 2 years ago

We need to use Elasticsearch min_score search parameter (https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html#search-api-min-score), which is not currently supported. (Not to be confused with the homonymous field in function score queries).

I'll try to provide a PR myself.