Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleXperienCentral R26.1

XperienCentral R26.1

Release date: January 21, 2020

The search functionality has been upgraded to Solr 6 in this version of XperienCentral. After upgrading, perform the following steps in order to prepare your deployment for Solr 6:

  1. Stop Tomcat if it is running.
  2. Remove the directory <webmanager-root>/work/searchengine.
  3. If you use have a custom solrconfig.xml, you need to modify it — open it in a text editor.
  4. Remove the following declaration:

    <requestHandler name="/admin/" class="org.apache.solr.handler.admin.AdminHandlers" />

  5. Save your custom solrconfig.xml.
  6. Start Tomcat.
  7. Log in to XperienCentral.

Realtime indexing

If you use real-time indexing (the XperienCentral Realtime Indexing reusable):

  1. Navigate to Configuration > Realtime Indexing.
  2. Select the "Indexing" tab.
  3. Select all the websites that you want to index in the top part of the panel.
  4. Click [Index selected items].

No realtime indexing

  1. Open the Setup Tool.
  2. Select the Search Tools tab.
  3. Click [Index] in the "INDEX URL" section.





...