mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-08 12:10:05 +08:00
feat: add full text search
This commit is contained in:
@@ -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 ###
|
||||
|
||||
Reference in New Issue
Block a user