From 54060a2f5adc59dbbf3c8f3b75ee515c97864227 Mon Sep 17 00:00:00 2001 From: TheAnachronism Date: Thu, 15 Feb 2024 23:10:41 +0100 Subject: [PATCH] Fix for eikek/docspell#2498. Added the missing analysis-extra module to solr with the SOLR_OPTS environmnt variable. --- kubernetes/solr.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kubernetes/solr.yaml b/kubernetes/solr.yaml index 7fe899d72d..9192d83188 100644 --- a/kubernetes/solr.yaml +++ b/kubernetes/solr.yaml @@ -34,6 +34,9 @@ spec: - docker-entrypoint.sh - solr-precreate - docspell + env: + - name: SOLR_OPTS + value: "-Dsolr.modules=analysis-extras" livenessProbe: # Check for a 302 response httpGet: path: /solr/admin/info/system