jillesvangurp / kt-search

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

aggregation support #32

Closed jillesvangurp closed 1 year ago

jillesvangurp commented 1 year ago

Adds support for working with aggregations and documents how this works.

Thanks @NikkyAI for doing some of the hard work of prototyping the various model classes.