This section provides an overview of pipeline components and helps you identify when to use them.

Once the source data passes through a record adapter, or, optionally, through your own content adapter, it gets turned into Endeca records. The records may need to be modified further, within the Forge pipeline.

For example, you may determine that some properties of your records must be cleaned or changed.

For the purpose of changing the records, the Endeca software offers a variety of methods:

You can use any one of these methods, based on your preferences. Use the following guidelines to decide which type of manipulator you need:

In general, record manipulators are far more limiting than Java manipulators, in what they let you do with them. On the other hand, transforming records with record manipulators is faster than using Java manipulators, which in turn are faster than Perl manipulators.


Copyright © Legal Notices