Skip to content

Instantly share code, notes, and snippets.

@RyujiAMANO
Created February 18, 2020 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RyujiAMANO/c39d1e679a86f52f3f07283cc3c3e015 to your computer and use it in GitHub Desktop.
Save RyujiAMANO/c39d1e679a86f52f3f07283cc3c3e015 to your computer and use it in GitHub Desktop.
#!/bin/sh
cd /usr/share/elasticsearch/bin
sudo ./elasticsearch-plugin remove analysis-icu
sudo ./elasticsearch-plugin remove analysis-kuromoji
sudo ./elasticsearch-plugin remove ingest-attachment
sudo ./elasticsearch-plugin install analysis-icu
sudo ./elasticsearch-plugin install analysis-kuromoji
sudo ./elasticsearch-plugin install ingest-attachment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment