Elasticsearch mapping到底是什么

概念: 自动或手动为index中的type建立的一种数据结构和相关配置,简称为mapping 例子 插入几条数据,让es自动为我们建立一个索引 PUT /website/article/1 { “post_date”: “2017-01-01”, “title”: “my first article”, “content”: “this is my first article in this we
相关文章
相关标签/搜索