0.4.1
What's changed since 0.3.x
- Added support for anonymous searches for old applications that don't support basic authentication when connecting Solr
- Added support for third party Solr plugins/modules/libraries by just putting the jar files into `.ddev/solr/libs/
- 0.4.1; removed techproducts example, except for tests
What's changed since 0.2.x
- Updated to Solr 9
- Support for creating collections via configuration
- Added healthcheck
- Use Solr's internal zookeeper
- Let Solr startup fail in case of an error
- Use official DDEV workflow action
- 0.3.1: fixed solr-zk command and tests
- 0.3.1: fixed start of the solr service if no configset present in .ddev/solr/configsets
Upgrading from 0.2.x
The switch from Solr 8 to Solr 9 might require changes to your Solr configsets.
If you use search_api_solr or any other framework that supports a configset generation, you should generate and upload a new configset after ddev has been restarted.
It advisable to reindex your documents or to delete and recreate your collections.