Versions Compared

Key

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

...

Expand
titleXperienCentral R27

XperienCentral R27

Release date: March 25, 2020

Deprecated Methods/Interfaces

The following methods and interfaces have been deprecated in the XperienCentral API in this release:

  • MediaRepositoryManagementService.createMediaItemVersion (MediaItem,MediaItemVersion) — Use createMediaItemVersion(MediaItemVersion) instead.
  • MediaRepository.createContent — Use MediaRepositoryManagementService.createMediaItem(Website, String) instead.
  • core/PageVersion.getPersonalization() — Use getPersonalizationItem() instead.
  • element/Element.getPersonalization() — Use getPersonalizationItems() instead.
  • element/Element.setPersonalization() — Use setPersonalizationItems() instead.
  • element/FileNode

  • element/PollElement

  • element/PollItemintegration/WhoIsWhoElement

  • WhoIsWhoElement

Update Presentation JSPs

You need to update your presentation JSPs if they use the following methods:

  • PageVersion.getPersonalization()
  • Element.getPersonalization()

Perform a global search in your presentation JSPs for the string "personalization" to ensure that you catch all instances.





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. Start Tomcat.
  4. Log in to XperienCentral.

Realtime indexing

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

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

No realtime indexing





...