Extend curator

This feature is not available in the Squiz DXP.

Curator provides a search implementer with the ability to define rules which are applied at search time.

Curator rules are made up of one or more triggers that are used to determine if a rule should be executed, and one or more actions that define what the rule does when it runs.

Groovy custom triggers and actions

Curator can be extended to provide custom triggers and actions by implementing custom logic, written in Groovy.