jillesvangurp / kt-search

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

adds "explanation" field to the Hit #90

Closed AnyRoad closed 8 months ago

AnyRoad commented 8 months ago

search method has "explain" parameter but we cannot actually use the _explanation field from the response

jillesvangurp commented 8 months ago

Thanks!