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
2024-01-02 15:28:10
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