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 Range Aggregations support #91

Closed AnyRoad closed 8 months ago

AnyRoad commented 8 months ago

https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-range-aggregation.html

jillesvangurp commented 8 months ago

Nice, thanks for the pull request!