{
    "_doc":{
        "dynamic_templates":[
            {
                "template_1":{
                    "path_match":"obj1.obj2.*",
                    "mapping":{
                        "store":false
                    }
                }
            },
            {
                "template_2":{
                    "path_match":"obj1.*",
                    "mapping":{
                        "store":true
                    }
                }
            },
            {
                "template_3":{
                    "path_match":"*.obj4.*",
                    "mapping":{
                        "type":"text"
                    }
                }
            }
        ]
    }
}
