When you are building your Endeca implementation, you need to determine how you can import your source data, and whether a content adapter is necessary.

In general, regardless of the format of your source data, you need to first load it into the Data Foundry by using a record adapter. After the data is loaded through the record adapter, it can be processed further by Forge and indexed by Dgidx.

The Endeca software is packaged with predefined record adapters. The record adapters provide the build-in facility for processing data from many formats, including delimited, XML, binary, and others.

To decide whether you need a content adapter:

Here is how content adapters differ from Java manipulators:

To summarize, Java manipulators can take either source data, or records that have already been passed through record adapters or manipulators, and transform the records further. Content adapters can only transform source data.


Copyright © Legal Notices