From da49a5cd711b9789487222b2eb40cfe209ae26c5 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 15 May 2023 11:14:27 +0200 Subject: [PATCH] Update services/search/README.md --- services/search/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/services/search/README.md b/services/search/README.md index e95a8118f6..fbde2ad07f 100644 --- a/services/search/README.md +++ b/services/search/README.md @@ -43,9 +43,7 @@ This extractor is the most simple one and just uses the resource information pro ### Tika Extractor This extractor is more advanced compared to the [Basic extractor](#basic-extractor). The main difference is that this extractor is able to search file contents. -However, [Apache Tika](https://tika.apache.org/) is required for this task. Read the [Getting Started with Apache Tika](https://tika.apache.org/2.6.0/gettingstarted.html) guide on how to install and run Tika or use a ready to run [Tika container](https://hub.docker.com/r/apache/tika). Note that at the time of writing, containers are only available for the amd64 platform. - -See this [link](https://github.com/apache/tika-docker#usage) if you want to quickstart and use a tika container for development purposes. +However, [Apache Tika](https://tika.apache.org/) is required for this task. Read the [Getting Started with Apache Tika](https://tika.apache.org/2.6.0/gettingstarted.html) guide on how to install and run Tika or use a ready to run [Tika container](https://hub.docker.com/r/apache/tika). See the [Tika container usage document](https://github.com/apache/tika-docker#usage) for a quickstart. Note that at the time of writing, containers are only available for the amd64 platform. As soon as Tika is installed and accessible, the search service must be configured for the use with Tika. The following settings must be set: