enable analysis-extras module for ico tokenizer

This commit is contained in:
xshadowlegendx
2023-03-16 23:51:28 +07:00
parent 2a89942ae0
commit 3511e1ef19

View File

@ -126,8 +126,9 @@ services:
volumes:
- docspell-solr_data:/var/solr
command:
- solr-precreate
- docspell
- bash
- -c
- 'precreate-core docspell; exec solr -f -Dsolr.modules=analysis-extras'
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8983/solr/docspell/admin/ping"]
interval: 1m