我最近将我们的 ElasticSearch 服务器从版本 0.9 更新到 1.4,当我为新的 ES 导入 Mapping 时,我看到在映射中添加了这个:
"query": {
"properties": {
"match_all": {
"type": "object"
}
}
},
该片段不在我导入的映射中,但它总是在我查询时出现curl -X GET localhost:9200/my_index/_mapping?pretty
。
有没有其他人看过这个?