You supply much of the configuration for the document loading operation through the IndexingOutputConfig component. To configure bulk loading, you must set the following properties:
bulkLoader
A Nucleus component of a class that implements theBulkLoaderinterface. You should set this to/atg/search/repository/BulkLoader. Any number ofIndexingOutputConfigcomponents can use the same bulk loader.
definitionFile
The Nucleus address of the XML definition file that specifies how to transform the repository data.

