ES7 语法使用小记 Elasticsearch

1 es7停用了 _type  在使用api时注意不要再带上类型

2 在DSl使用settings时 在json和head都要加上settings 

3索引模板不再支持 _doc

4设置索引时不再支持type 所以在结构上mapping下的结构是properties

5 设置索引时不再支持 _all  元字段设置

6 元数据字段 https://www.elastic.co/guide/en/elasticsearch/reference/7.11/mapping-fields.html

上一篇:[ES7] Private, Static class Members


下一篇:ES7.x客户端的认证创建一步一步来