ongr-io / ElasticsearchBundle

Symfony bundle for Elasticsearch with steroids
MIT License
313 stars 189 forks source link

copy_to support #943

Open iamfinky opened 4 years ago

iamfinky commented 4 years ago

Hi all

Just a question here on how to implement the Elasticsearch copy_to parameter when creating a field mapping.

Is this something that should be done in the mapping class? If so, how do we ensure that it's exactly the same implementation as done in Elasticsearch?

Cheers!

einorler commented 4 years ago

Hi, we don't have the implementation for copy_to but thanks for bringing this up, we need to implement this.