Skip to content
Snippets Groups Projects
Commit 974eff3f authored by jan.bednarik's avatar jan.bednarik
Browse files

Update readme.

parent deb45420
No related branches found
No related tags found
No related merge requests found
# Elasticsearch with Czech analyzer # Elasticsearch with Czech analyzer
Docker image: [openlobby/openlobby-es-czech](https://hub.docker.com/r/openlobby/openlobby-es-czech/)
Batteries included: Batteries included:
- ICU Analysis Plugin - ICU Analysis Plugin
- Czech Hunspell dictionaries (from OpenOffice) - Czech Hunspell dictionaries (from OpenOffice)
...@@ -8,7 +10,7 @@ X-Pack plugin is removed. ...@@ -8,7 +10,7 @@ X-Pack plugin is removed.
## Usage ## Usage
Create your index with these settings: Create Index with these settings:
``` ```
{ {
...@@ -50,11 +52,12 @@ You can use `'czech'` analyzer on text fields now. ...@@ -50,11 +52,12 @@ You can use `'czech'` analyzer on text fields now.
## Build ## Build
Build docker container: `make build` If you don't want to use pre-built container from [openlobby/openlobby-es-czech](https://hub.docker.com/r/openlobby/openlobby-es-czech/)
you can build it locally: `make build`
## Run for local development ## Run for local development
Run Elasticsearch on port 9200: `make run` Run on port 9200: `make run`
Stop Elasticsearch container: `make stop` Stop: `make stop`
Stop and/or remove volume with data: `make destroy` Stop and/or remove all data: `make destroy`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment