Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.2.2 버전 플러그인도 가능하신가요? #17

Open
nurfgun opened this issue Mar 18, 2018 · 5 comments
Open

6.2.2 버전 플러그인도 가능하신가요? #17

nurfgun opened this issue Mar 18, 2018 · 5 comments

Comments

@nurfgun
Copy link
Contributor

nurfgun commented Mar 18, 2018

No description provided.

@keepcosmos
Copy link
Member

넵~ 시간나는대로 작업해보겠습니다.

@HIRANO-Satoshi
Copy link

Hi, I'm using Elasticsearch 6.2.x and this plugin for 6.1 does work with an error.

We want to support Korean language. When would you provide a release for 6.2.x?

$ bin/elasticsearch-plugin install https://github.com/open-korean-text/elasticsearch-analysis-openkoreantext/releases/download/6.1.1/elasticsearch-analysis-openkoreantext-6.1.1.2-plugin.zip

Exception... plugin [elasticsearch-analysis-openkoreantext] is incompatible with version [6.1.2]; was designed for version [6.1.1]

@Kottakji
Copy link

Kottakji commented Mar 2, 2019

저도 Satoshi씨랑 또같은 문제가 있습니다.

version: '2.2'
services:
  elasticsearch:
    image: docker.elastic.co/elasticsearch/elasticsearch:6.6.1
    container_name: elasticsearch
    environment:
      - cluster.name=docker-cluster
      - bootstrap.memory_lock=true
      - "ES_JAVA_OPTS=-Xms512m -Xmx512m"
    ulimits:
      memlock:
        soft: -1
        hard: -1
    volumes:
      - esdata1:/usr/share/elasticsearch/data
    ports:
      - 9200:9200
    networks:
      - esnet
  elasticsearch2:
    image: docker.elastic.co/elasticsearch/elasticsearch:6.6.1
    container_name: elasticsearch2
    environment:
      - cluster.name=docker-cluster
      - bootstrap.memory_lock=true
      - "ES_JAVA_OPTS=-Xms512m -Xmx512m"
      - "discovery.zen.ping.unicast.hosts=elasticsearch"
    ulimits:
      memlock:
        soft: -1
        hard: -1
    volumes:
      - esdata2:/usr/share/elasticsearch/data
    networks:
      - esnet

volumes:
  esdata1:
    driver: local
  esdata2:
    driver: local

networks:
  esnet:

그 다음에 이렇게 했습니다

docker exec -t elasticsearch bin/elasticsearch-plugin install https://github.com/open-korean-text/elasticsearch-analysis-openkoreantext/releases/download/6.1.1/elasticsearch-analysis-openkoreantext-6.1.1.2-plugin.zip

@HIRANO-Satoshi
Copy link

@JorisKok, here is a guide to an alternative.

https://www.elastic.co/guide/en/elasticsearch/plugins/master/analysis-nori.html

@Kottakji
Copy link

Kottakji commented Mar 5, 2019

Thank you Satoshi-san, that is just what I need.
I've managed to get this one working when using the latest available version though:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants