...
# Note: Plugins will be re-loaded upon restart of the container, i.e. they need to be installed only once per container.
Check, if the plugins have been installed. Log in into one docker container:
Code Block |
---|
docker exec -it es01 sh
sh-4.2# cd plugins/
sh-4.2# ls
analysis-icu analysis-kuromoji analysis-nori analysis-phonetic analysis-smartcn |
The following steps only need to be done in the process of upgrading an existing FOLIO installation from "without Elasticsearch (e.g. Juniper)" to "with Elasticsearch (e.g. also Juniper, or Kiwi)".
...