This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit cbbaac041e262a41ede3322df67f8edecfa614e3 Author: Rene Cordier <[email protected]> AuthorDate: Wed Sep 25 11:46:38 2019 +0700 JAMES-2855 Update documentation for tika server image change --- README.adoc | 8 ++++---- src/site/xdoc/server/config-elasticsearch.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index c26712d..2bc2c8c 100644 --- a/README.adoc +++ b/README.adoc @@ -233,7 +233,7 @@ You need a running *ElasticSearch* in docker. To achieve this run: If you want to use all the JMAP search capabilities, you may also need to start Tika: - $ docker run -d --name=tika logicalspark/docker-tikaserver:1.20 + $ docker run -d --name=tika linagora/docker-tikaserver:1.22 You can find more explanation on the need of Tika in this page http://james.apache.org/server/config-elasticsearch.html @@ -284,7 +284,7 @@ You can handle attachment text extraction before indexing in ElasticSearch. This Run tika: - $ docker run --name tika logicalspark/docker-tikaserver:1.20 + $ docker run --name tika linagora/docker-tikaserver:1.22 Add a link for the tika container in the above command line: @@ -315,7 +315,7 @@ You need a running *ElasticSearch* in docker. To achieve this run: If you want to use all the JMAP search capabilities, you may also need to start Tika: - $ docker run -d --name=tika logicalspark/docker-tikaserver:1.20 + $ docker run -d --name=tika linagora/docker-tikaserver:1.22 You can find more explanation on the need of Tika in this page http://james.apache.org/server/config-elasticsearch.html @@ -347,7 +347,7 @@ You can handle attachment text extraction before indexing in ElasticSearch. This Run tika: - $ docker run --name tika logicalspark/docker-tikaserver:1.20 + $ docker run --name tika linagora/docker-tikaserver:1.22 Add a link for the tika container in the above command line: diff --git a/src/site/xdoc/server/config-elasticsearch.xml b/src/site/xdoc/server/config-elasticsearch.xml index 76b599f..4504e5b 100644 --- a/src/site/xdoc/server/config-elasticsearch.xml +++ b/src/site/xdoc/server/config-elasticsearch.xml @@ -160,7 +160,7 @@ Note: You can launch a tika server using this command line: - <code><pre>docker run --name tika logicalspark/docker-tikaserver:1.20</pre></code> + <code><pre>docker run --name tika linagora/docker-tikaserver:1.22</pre></code> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
