Skip to content

gingerhot/elasticsearch-with-ik-analysis-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

elasticsearch-with-ik-analysis-plugin

Dockerfile for Elasticsearch with IK Analysis plugin.

The Dockerfile base is from: https://github.com/docker-library/elasticsearch , and I add the IK analysis plugin: https://github.com/medcl/elasticsearch-analysis-ik.

  • Elasticsearch version: 5.3.0
  • IK analysis plugin version: 5.3.0

You can change the verison in Dockerfile to match your requirement:

ENV ELASTICSEARCH_VERSION 5.3.0
ENV ELASTICSEARCH_DEB_VERSION 5.3.0

before make sure the ik plugin version is available.

and just build the image:

docker build -t give_your_tag_here .

About

Dockerfile for Elasticsearch with IK Analysis plugin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages