Creating a text indexing preprocessor action

Use the Text Indexing Preprocessor Action wizard to create a text indexing preprocessor action. You can assign a text indexing preprocessor action to a text indexing preprocessor definition for a class.

Procedure

To create a text indexing preprocessor action:

  1. From the administration console, start the Text Indexing Preprocessor Action wizard:
    1. In the domain navigation pane, select the object store.
    2. In the object store navigation pane, right-click the Events, Actions, Processes folder and click Text Indexing Preprocessor Actions.
  2. Specify a name for the text indexing preprocessor action that you want to create.
  3. Select a class that is associated with the action.
    You can select either the parent class or a subclass that you created for the text indexing preprocessor action.
  4. Optional: Specify the status of the text indexing preprocessor action.
    You can disable the text indexing preprocessor action until you are ready to implement it. By default, the text indexing preprocessor action is enabled.
  5. Enter the name of the primary Java class for the text indexing preprocessor action handler.
    If the Java class is contained in a package, qualify the Java class name with the package it is contained in.

    To configure the code module that contains the action handler, select Configure Code Module before you click Next. If you do not select this option, the required class or JAR file must be located on the local Content Platform Engine application server. In addition, it must be included in the application server class path.

    When you configure the code module, you can create a code module or browse for an existing code module. Code modules are stored in the CodeModules folder.

  6. Complete the wizard.

Enabling and disabling a text indexing preprocessor action

You can enable or disable a text indexing preprocessor action, which enables or disables the action everywhere it is used in the system.

Procedure

To enable or disable a text indexing preprocessor action:

  1. From the administration console, navigate to Object Stores > object store name > Events, Actions, Processes > Text Indexing Preprocessor Actions.
  2. Select the text indexing preprocessor action that you want to enable or disable and click the Properties tab.
  3. Locate the Is Enabled property and select the option to enable or disable the text indexing preprocessor action.