Configure the List Manager for a scaled environment

Abstract

Configure the List Manager to be used in a scaled environment.

To use the list management functionality in a scaled environment, you must change the configuration for the List Manager.

To configure the List Manager:

  1. Disable the List Manager on every instance except for the content management and dedicated email dispatch server instances. To disable the List Manager, disable all the configuration files in the App_Config\Include\ListManagement folder.

  2. On the content management instance, disable the following configuration files in the App_Config\Include\ListManagement folder:

    • Sitecore.ListManagement.Lucene.IndexConfiguration.config

    • Sitecore.ListManagement.Lucene.Index.List.config

  3. On the content management instance, enable the following configuration files in the App_Config\Include\ListManagement folder:

    • Sitecore.ListManagement.Solr.Index.List.config.disabled

    • Sitecore.ListManagement.Solr.IndexConfiguration.config.disabled

  4. On your Solr server instance, create an additional Solr core for the List Manager index. The core must have a unique name.

  5. In the Sitecore.ListManagement.Solr.Index.List.config file, in the <param desc="core"></param> element, specify the name of the Solr core created in the previous step.