Introduction
FAS 22.4 is compatible with the previous release.
Enhanced triggering
Most of the existing triggers have new implementations in the enhanced triggering library. The current item trigger is the only one that hasn't been migrated, but is planned for a future release. The new triggering is enabled, and the old one with Drools is disabled by default. Each trigger type has its own switch and global one.
Changes introduced in the system.xml file, under the node com/fredhopper/features:
<!--
This enables/disables the enhanced triggering library. The "enable-enhanced-triggering" switch is a global
one, but there are also individual switches for each of the supported entity types.
The enhanced triggering library replaces the rule engine for the enabled trigger types.
-->
<node name="enhanced-triggering">
<map>
<entry key="enable-enhanced-triggering" value="true" />
<entry key="histograms-enabled" value="true" />
<entry key="keywords-enabled" value="true" />
<entry key="location-enabled" value="true" />
<entry key="numbers-enabled" value="true" />
<entry key="text-enabled" value="true" />
<entry key="date-enabled" value="true" />
</map>
</node>
Migration
Migrating from FAS 22.3 to 22.4.0 requires no specific migration steps.
Kommentare
0 Kommentare
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.