feat: add full text search

This commit is contained in:
Michael Barz
2025-05-30 21:52:07 +02:00
parent a833b658af
commit 7cf21ce099
3 changed files with 44 additions and 1 deletions

View File

@@ -139,8 +139,12 @@ START_ADDITIONAL_SERVICES="notifications"
### Apache Tika Content Analysis Toolkit ###
# Tika (search) is disabled by default due to performance reasons.
# Tika is used to extract metadata and text from various file formats.
# Enable it by adding the following to the COMPOSE_FILE variable:
# tika/tika.yml or by using the following command:
# docker compose -f docker-compose.yml -f tika/tika.yml up -d
# Set the desired docker image tag or digest.
# Defaults to "latest"
# Defaults to "apache/tika:latest-full"
TIKA_IMAGE=
### IMPORTANT Note for Online Office Apps ###