摘要: 安装es-head前提要安装好 node.js和git node -v, npm -v,git --version 这三个命令都有版本返回就ok 下载命令: git clone https://github.com/mobz/elasticsearch-head.git进入下载目录cd elasti 阅读全文
posted @ 2022-04-06 16:43 杨吃羊 阅读(1804) 评论(0) 推荐(0)
摘要: es与mysql的对应关系 mysql: 表 行 字段es: 索引 document field es6之前一个index可以设置多个type,es6每个索引只能有一个type,es7的索引的type只能是_doc,es7以后就没有type了,es去掉type是因为底层lucene 并没有type的 阅读全文
posted @ 2022-04-06 11:48 杨吃羊 阅读(107) 评论(0) 推荐(0)