jillesvangurp / kt-search

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

[FEAT] Support for join queries #116

Closed csh97 closed 7 months ago

csh97 commented 7 months ago

Describe the enhancement

Elasticsearch has 4 different join queries: https://www.elastic.co/guide/en/elasticsearch/reference/current/joining-queries.html Nested queries are already supported, however support for has_parent, has_child and parent_id is missing

Why is this needed?

To be able to query when using join fields

Will you be able to help with a pull request?

I have created a pull request for this feature: https://github.com/jillesvangurp/kt-search/pull/115

jillesvangurp commented 7 months ago

closed by #115