Skip to content

Commit

Permalink
[KAN-48] 검색결과 품질을 높이기위해 es에 nori 설치 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkyoungdeok authored May 10, 2024
1 parent aa73a41 commit 77b021c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
- ./redis/users.acl:/usr/local/etc/redis/users.acl:rw

es-singlenode:
image: docker.elastic.co/elasticsearch/elasticsearch:8.2.0
image: sinkyoungdeok/elasticsearch-with-nori:8.2.0
container_name: es-singlenode
environment:
- xpack.security.enabled=false
Expand Down
2 changes: 2 additions & 0 deletions docker/es.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM docker.elastic.co/elasticsearch/elasticsearch:8.2.0
RUN bin/elasticsearch-plugin install analysis-nori

0 comments on commit 77b021c

Please sign in to comment.