Some deployments might require support for less common languages (or to be more specific, analyzers and tokenizers not provided by default with Elasticsearch).
We implemented support for such languages in Augmented-Search 2.1.0+ and 1.2.0+
You can find more details about analysis plugin in Elasticsearch's documentation.
You can easily add the necessary plugin by executing the following command on each node of your Elasticsearch cluster:
/usr/share/elasticsearch/bin/elasticsearch-plugin install --batch --verbose analysis-stempel /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch --verbose analysis-kuromoji
Then restart your Elasticsearch node.
If you're running Elasticsearch in Docker, this can be done easily with this command:
docker exec -ti elasticsearch /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch --verbose analysis-stempel docker exec -ti elasticsearch /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch --verbose analysis-kuromoji docker restart -t 5 elasticsearch
Assuming "elasticsearch" is the name of your running Elasticsearch container.
Copyrights © 2002-2021 All Rights Reserved by Jahia Solutions Group SA