Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gingerhot/elasticsearch-with-ik-analysis-plugin

Dockerfile for Elasticsearch with IK Analysis plugin
https://github.com/gingerhot/elasticsearch-with-ik-analysis-plugin

dockerfile elasticsearch ik-analyzer plugin

Last synced: 13 minutes ago
JSON representation

Dockerfile for Elasticsearch with IK Analysis plugin

Awesome Lists containing this project

README

        

# 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:

```bash
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:

```bash
docker build -t give_your_tag_here .
```