摘要: 1.新建索引并赋值 :put/索引名/文档名/id //文档名后面会逐渐取消 相当表 PUT /test1/type1/1{ "nmae":"hb", "age":"3"} 错误现象:使用 Elasticsearch Head 查看“数据浏览”时,右侧不出数据,使用浏览器F12查看后,发现 406 阅读全文
posted @ 2020-08-23 22:39 小白小白小白小白 阅读(628) 评论(0) 推荐(0)