== Creating a configuration set
Create a new Magnolia config set by duplicating the
`$SOLR_HOME/server/solr/configsets/_default` folder and name it to
`magnolia_data_driven_schema_configs`.
In this new configuration set you need to create or modify two files,
`solrconfig.xml` and `managed-schema`:
* `solrconfig.xml`, a configuration file with the most parameters
affecting Solr itself.
* `managed-schema`, a file that specifies what fields the Magnolia
content can contain, how those fields are added to the index, and how
they are queried. +
For further details see
link:https:
=== Configuration example
WARNING: Please be aware that different Solr versions may require different content in the Solr configuration files.
The example configuration files attached below are for Solr 8.11.1 and have been tested against version 6.1 of the Magnolia Solr module.
Download the following example configuration files (based on Solr
data_driven_schema_configs link:https:
* xref:attachment$/solr/managed-schema.xml[Managed Schema]
* xref:attachment$/solr/solrconfig.xml[Solr Config]