任性蜗牛

文章
5
资源
0
加入时间
2年10月17天

Elasticsearch(ES) 添加/更新映射

原文地址:https://www.exception.site/elasticsearch/elasticsearch-add-mappings通过 Elasticsearch API 可以向索引(Index) 添加文档类型(Type), 或者向文档类型(Type) 中添加/更新字段(Field)。PUT http://127.0.0.1:9200/commodity{ "mappings": { "_doc": { "properties