You perform much of the configuration for the document loading operation through the atg.repository.search.indexing.IndexingOutputConfig class. To set up document loading, create a Nucleus component of this class, and give it global scope. You should create a separate IndexingOutputConfig component for each type of XHTML document you want to index. At a minimum, you need to set the following properties on each IndexingOutputConfig component:
bulkLoader
A Nucleus component of a class that implements theBulkLoaderinterface. You should set this to/atg/search/repository/BulkLoader. Any number ofIndexingOutputConfigcomponents can use this bulk loader.
definitionFile
The Nucleus address of the XML definition file that specifies how to transform the repository data.

