🇪🇸Spain @sblasco

Account created on 18 February 2019, about 6 years ago
  • Senior Programmer at Hiberus  …
#

Recent comments

🇪🇸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

Production build 0.71.5 2024