ES:定製化自己的dynamic mapping策略

1、定製dynamic策略 true:遇到陌生字段,就進行dynamic mapping false:遇到陌生字段,就忽略 strict:遇到陌生字段,就報錯 PUT /my_index { "mappings": { "my_type": { "dynamic": "strict", "properties": { "title": {
相關文章
相關標籤/搜索