mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
enable analysis-extras module for ico tokenizer
This commit is contained in:
@ -126,8 +126,9 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- docspell-solr_data:/var/solr
|
- docspell-solr_data:/var/solr
|
||||||
command:
|
command:
|
||||||
- solr-precreate
|
- bash
|
||||||
- docspell
|
- -c
|
||||||
|
- 'precreate-core docspell; exec solr -f -Dsolr.modules=analysis-extras'
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8983/solr/docspell/admin/ping"]
|
test: ["CMD", "curl", "-f", "http://localhost:8983/solr/docspell/admin/ping"]
|
||||||
interval: 1m
|
interval: 1m
|
||||||
|
Reference in New Issue
Block a user