janheinrichmerker / elasticsearch-ktx

🔎 Kotlin Extensions for the Elasticsearch Java High Level REST Client.
MIT License
1 stars 0 forks source link

Merge query builders from mbuhot/eskotlin #1

Open janheinrichmerker opened 5 years ago

janheinrichmerker commented 5 years ago

As there is already a brilliant implementation of a query builder DSL by @mbuhot available on GitHub, let's merge that to the WIP client DSL, we're implementing here. I think that could take us a big step forward to having a complete DSL for Elasticsearch on Kotlin.

janheinrichmerker commented 5 years ago

We should be careful when merging the repo, in order to not lose their commit history!