Versions Compared

Key

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

...

Expand
titleXperienCentral R27

XperienCentral R27

Release date: March 24, 2020

Deprecated Methods/Interfaces

The methods and interfaces listed below have been deprecated in the XperienCentral API in this release. If you use any of these methods or interfaces in your custom code, you will need to refactor it. These methods and interfaces have been deprecated:

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

  • element/PollElement.java

  • element/PollItem.java

  • integration/WhoIsWhoElement.java

Methods Introduced

The methods below have been added to the XperienCentral API in this release. See the XperienCentral Javadoc for complete information.

  • core/ContentItem.java.getPlanned(Language language)

  • core/ContentItemVersion.java.getLanguage()

  • core/PresentationContext.java.setMediaItemLanguage()

  • core/PresentationContext.java.getMediaItemLanguage()

  • mediarepository/MediaItem.java.updateCurrent()







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





...