我有一个弹性搜索索引如下,
{ "payment_transaction": { "mappings": { "message_logs": { "properties": { "@timestamp": { "type": "date" }, "changed_date": { "type": "date" }, "created_date": { "type": "date" } } } } } }
我需要添加另外三个字段(年,月,日).并且需要从现有字段(created_date)中分配值.created_date的格式为2016-11-22T22:20:21.000Z.我怎样才能做到这一点 ?弹性搜索版本是5.0.