Elasticsearch学习笔记:索引结构中store, _all , index,copy_to 属性介绍, 批量索引优势分析
禁用字段类型猜测创建索引blog,插入文档后新增document,增加字段endPUT/blog{"mappings":{"article":{"dynamic":"false","properties":{"id":{"type":"text"},"content":{"type":"text"},"author":{"type":"text"}}}}}PUT/blog/article/1{"i