Version-specific installation notes
Magnolia Solr module versions 7.0, 8.0, and 9.0 contain breaking changes in the API and these versions are not binary compatible with versions before 7.0.
|
Version 9.0
This version adds support for Solr server 9.0.
|
This version contains changes in solrconfig.xml and managed-schema.
Please read the notes below before updating.
|
Updating to 9.0
Use the managed-schema and solrconfig.xml configuration files for your Solr core and for the $SOLR_HOME/server/solr/configsets/magnolia_data_driven_schema_config.
This is needed to recreate all Solr indexes because of the changes in configuration files and indexing classes. We recommend recreating the Solr core and then re-triggering indexing in Magnolia to do it.
-
Use the
solrconfig.xmlandmanaged-schemaconfiguration files for the$SOLR_HOME/server/solr/configsets/magnolia_data_driven_schema_configMagnolia config set. -
Delete the
magnoliacore and create it again.cd $SOLR_HOME/bin ./solr delete -c magnolia ./solr create_core -c magnolia -d magnolia_data_driven_schema_configs -
Re-trigger the indexers by changing their
indexedproperty tofalse.