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

[FEAT] Support for join type mapping #113

Closed csh97 closed 5 months ago

csh97 commented 5 months ago

Describe the enhancement

Support for adding join type to an index mapping See Elasticsearch documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/parent-join.html

Why is this needed?

Allows for parent/child relations in an index

Will you be able to help with a pull request?

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

jillesvangurp commented 5 months ago

closed by #112