mbuhot / eskotlin

Elasticsearch Query DSL for Kotlin
MIT License
136 stars 28 forks source link

added TermsLookup #12

Closed AndreasVolkmann closed 6 years ago

AndreasVolkmann commented 6 years ago

Unless I overlooked something, eskotlin currently does not support terms lookup, as described here: https://www.elastic.co/guide/en/elasticsearch/reference/5.5/query-dsl-terms-query.html#query-dsl-terms-lookup

I added it.

mbuhot commented 6 years ago

👍 I've merged this into master with an additional commit to have it work with the terms function. Thanks again 🎉

AndreasVolkmann commented 6 years ago

You are right, it's better this way with an overload.