zx-luo

Results 2 issues of zx-luo

2.Test Analyzer, analyzing a chinese name, such as 刘德华 ``` POST /medcl/_analyze { "text": ["刘德华"], "analyzer": "pinyin_analyzer" } ```

Hello, this problem occurred when I used this tool in the Docker container My steps ``` - docker pull golang:latest - docker exec -itd --name go-lang-18080 -v "C:\work\gin>:/opt/gin" -p 18080:8080...