-
安装 elasticsearch-head 修改 elasticsearch/config/elasticsearch.yml 添加 http.cors.enabled: true http.cors.allow-origin: "*" 下载 elasticsearch-head 或者 git clone 到随便一个文件夹 安装nodejs cd /path/to/elasticsearch-head npm install -g grunt-cli npm install grunt server http://localhost:9100/ Enjoy it.查看全部
-
基础概念查看全部
-
下载解压查看全部
-
下载地址查看全部
-
索引 ---- 数据库 类型 ---- 表 文档 ---- 记录查看全部
-
多个字段查询查看全部
-
{ "settings": { "number_of_shards": 3, "number_of_replicas": 1 }, "mappings": { "man": { "properties": { "name": { "type": "text" }, "country": { "type": "keyword" }, "age": { "type": "integer" }, "date": { "type": "date", "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis" } } }, "woman": { } } }查看全部
-
范围查询查看全部
-
语法查询查看全部
-
格式基本类型查看全部
-
脚本方式修改查看全部
-
浏览数据查看全部
-
插入-自动id查看全部
-
索引信息查看全部
-
基础概念查看全部
举报
0/150
提交
取消