-
Quick Start:
```
docker run -p 9200:9200 -d --name elasticsearch elasticsearch
docker run -p 9800:9800 -d --link elasticsearch:demo containerize/elastichd
```
Open http://localhost:9800 in Br…
-
下载https://github.com/farmerx/ElasticHD/releases/download/1.0/elasticHD_darwin_amd64.zip,测试ES 1.5.2、5.1.2都显示未连接。
![image](https://user-images.githubusercontent.com/5010463/26916268-3a9852a8-4c5c-11e7-…
-
应用: window ElasticHd 1.2 amd64 版本 打开界面样式不显示 ,白屏
![image 4](https://user-images.githubusercontent.com/11306626/27318919-594f8590-55c1-11e7-8968-3410e86ec8bf.png)
![image 5](https://user-images.…
-
I had to insert the following document into the ES.
```
PUT /megacorp/employee/1
{
"first_name" : "John",
"last_name" : "Smith",
"age" : 25,
"about" : "I love to …