🇪🇸Spain sblasco
Hello!,
As says znerol, if you edit your docker-compose.yml and you add this to the file, the issue will be fixed:
solr:
image: wodby/solr:$SOLR_TAG
container_name: "${PROJECT_NAME}_solr"
environment:
SOLR_MODULES: extraction,langid,ltr,analysis-extras
The important part is "SOLR_MODULES:"
It will be neccesary restart the container
🇪🇸Spain sblasco
Hello!,
As says znerol, if you edit your docker-compose.yml and you add this to the file, the issue will be fixed:
solr:
image: wodby/solr:$SOLR_TAG
container_name: "${PROJECT_NAME}_solr"
environment:
SOLR_MODULES: extraction,langid,ltr,analysis-extra
The important part is "SOLR_MODULES:"
It will be neccesary restart the container