Solr configuration files

Solr configuration files control search indexes, cores, and interactions with WebSphere Commerce. You cannot extend Solr configuration files. Ensure that you track the changes you make to the files, so that you can reapply your changes when you update WebSphere Commerce search.

Note: 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.