Docker Composeを使って、Elasticsearch + Sudachiの環境構築を行います。
- Elasticsearch: 7.10.1
- analysis-sudachi: v2.1.0
- SudachiDict: sudachi-dictionary-20201223-core
$ docker compose up --build
$ curl http://127.0.0.1:9200/_cat/health
- kibana: http://localhost:5601/
Docker Composeを使って、Elasticsearch + Sudachiの環境構築を行います。
$ docker compose up --build
$ curl http://127.0.0.1:9200/_cat/health