Skip to content

Commit d4f2a18

Browse files
committedNov 29, 2018
1 parent c9a415f commit d4f2a18

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
 

‎kuromoji/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM docker.elastic.co/elasticsearch/elasticsearch:6.3.2
2+
3+
RUN elasticsearch-plugin install analysis-kuromoji

‎sudachi/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM docker.elastic.co/elasticsearch/elasticsearch:6.3.2
2+
3+
RUN elasticsearch-plugin install https://github.com/WorksApplications/elasticsearch-sudachi/releases/download/v6.3.2-1.1.0/analysis-sudachi-elasticsearch6.3.2-1.1.0.zip
4+
RUN curl -L https://github.com/WorksApplications/Sudachi/releases/download/v0.1.0/sudachi-0.1.0-dictionary-core.zip -o system_core.dic.zip && unzip system_core.dic.zip -d /usr/share/elasticsearch/config/sudachi_tokenizer/ && rm system_core.dic.zip

0 commit comments

Comments
 (0)
Please sign in to comment.