Open DanielSiepmann opened 4 years ago
IMHO we should provide a PR directly to original image https://github.com/docker-solr/docker-solr
Solarium seems to have an automatic fallback to POST for big request: https://solarium.readthedocs.io/en/stable/plugins/#postbigrequest-plugin
For the second time I encountered the problem that if you use more than a “few” facets that solr in the FE produces the error that search is not available while the BE connection works without a problem. Again the problem was that the request to solr ended with an error that the request URI was too long.
Adding a setting to the docker yaml in ddev solved the issue locally:
It would however be nice if this jetty setting was increased inside the TYPO3 solr docker image.
I've just created the issue from a Slack report by Jigal, you can contact him on TYPO3 Slack if you have further questions.