首先启动elasticsearch.bat,然后安装node.js为了支持elasticsearch-head-master插件,之后在在该插件的目录打开命令行窗口,输入grunt server即可Started connect web server on http://localhost:9100.之后在9100页面直接连接http://localhost:9200/即可. 创建索引库,索引库可以联想为关系型数据库中的数据库,”mappings“,可以用postman创建,主要方式如下,注意为…
Running as a plugin of Elasticsearch Install elasticsearch-head:– for Elasticsearch 5.x:site plugins are not supported. Run elasticsearch-head as a standalone server Running with built in server enable cors by adding http.cors.enabled: true in elasti…