Solr configuration files

Solr configuration files control search indexes, cores, and interactions between the Solr core and Commerce+.

You cannot directly modify or extend Solr configuration files, such as the schema.xml, solrconfig.xml, or wc-data-config.xml files. Instead, you can work with customizable files to extend Solr configuration files:
  • The schema.xml file can be extended using the x-schema.xml file.
  • The solrconfig.xml file can be extended using the solrcore.properties file.
  • The wc-data-config.xml file can be extended using a combination of the solrcore.properties and x-data-config.xml files, depending on the scope of the customization.