2019年6月3日

Elasticsearch-索引新数据(创建索引、添加数据)

摘要: ES-索引新数据 0.通过mapping映射新建索引 CURL -XPOST 'localhost:9200/test/index?pretty' -d '{ "mappings": { "docs": { "_source": { "excludes": [ "query_content" ] } 阅读全文

posted @ 2019-06-03 22:19 嘣嘣嚓 阅读(16928) 评论(0) 推荐(0)

导航