其他分享
首页 > 其他分享> > ES7 语法使用小记 Elasticsearch

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,settings,不再,mapping,索引,Elasticsearch,设置,type,小记
来源: https://www.cnblogs.com/funkboy/p/14552714.html