Is it possible to use a path for the copy_to value? something like:

{
    "book": {
        "title": {
            "type": "string",
            "properties": {
                "en": {
                    "type": "string",
                    "copy_to": "title.newTitle"
                },
                "newTitle": {
                    "type": "string"
                }
            }
        }
    }
}

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/604af803-c84d-4c45-b13e-006d481fa395%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to