Template
- String不分析, 開啟_all字段, 關(guān)閉時間自動發(fā)現(xiàn)
{
"template": "*",
"mappings": {
"_default_": {
"_source": {"enabled": true},
"_all": {"enabled": true},
"date_detection": false,
"dynamic_templates": [
{
"string": {
"mapping": {
"index": "not_analyzed",
"type": "string"
},
"match_mapping_type": "string"
}
}
]
}
},
"aliases": {}
}