You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
It's not necessary to copy the solr configuration as described in step 5. And so it's also not necessary to add those files via volume. On the opposite, this results in buggy behaviour (stop word list and synonyms are not working as expected).
(
volumes:
- "./solr:/opt/solr/server/solr" # <-- THIS S NOT NEEDED ANY LONGER
The information how to add a solr container for local ddev are not correct any longer.
It's not necessary to copy the solr configuration as described in step 5. And so it's also not necessary to add those files via volume. On the opposite, this results in buggy behaviour (stop word list and synonyms are not working as expected).
(
The full discussion can be seen in this slack thread.
Shall I create a PR?
The text was updated successfully, but these errors were encountered: