toptal / chewy

High-level Elasticsearch Ruby framework based on the official elasticsearch-ruby client
MIT License
1.89k stars 368 forks source link

Replace parent-child mapping with a join field #760

Closed mrzasa closed 2 years ago

mrzasa commented 3 years ago

ES 7.0 support: https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.html#parent-child-mapping-types

Remove parent/child mapping with parent param, replace with join field.


Before submitting the PR make sure the following are checked: