From 456387c69f630e8e07efdab50a37038808bcd49c Mon Sep 17 00:00:00 2001 From: mmattel Date: Fri, 12 May 2023 09:31:21 +0200 Subject: [PATCH] [docs-only] Add Tika container link to search for dev purposes --- services/search/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/search/README.md b/services/search/README.md index fa36b3b806..0786adaf94 100644 --- a/services/search/README.md +++ b/services/search/README.md @@ -45,6 +45,8 @@ This extractor is the most simple one and just uses the resource information pro 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). +See this [link](https://github.com/apache/tika-docker#usage) if you want to quickstart and use a tika container for development purposes. + 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: * `SEARCH_EXTRACTOR_TYPE=tika`