jillesvangurp / kt-search

Multi platform kotlin client for Elasticsearch & Opensearch with easily extendable Kotlin DSLs for queries, mappings, bulk, and more.
MIT License
107 stars 22 forks source link

adds query rescoring #135

Closed AnyRoad closed 4 months ago

AnyRoad commented 5 months ago

https://www.elastic.co/guide/en/elasticsearch/reference/8.13/filter-search-results.html#query-rescorer

AnyRoad commented 5 months ago

https://github.com/jillesvangurp/kt-search/pull/134/files#diff-a4db7e6283ba73279198bd117cb095caed7d9d83aedd3935fe7046cc88801d30 has to be applied first to succeed the tests

jillesvangurp commented 4 months ago

Hey, thanks for your pullrequests, I merged your other changes. So, you should be able to update this branch and get this one fixed.

AnyRoad commented 4 months ago

Hey, just updated from the master branch and all tests work fine. Thank you!

jillesvangurp commented 4 months ago

Great, thanks for all the work you are putting in. I'll cut a release soon.