Manages and updates a document registry database, which provides a way to ensure that indexing operations occur in the correct order.
When a connector performs the synchronize fetch action it might find items that have been modified. To update the content in the IDOL index, it sends two documents to the ingestion server: one is an ingest-delete, to delete the document that is currently in the index, and the second is an ingest-add, to add a document with the new content. The document that represents the delete operation must be indexed into the IDOL Content component first. Otherwise, the new content is added and then deleted.
For more information about using this service, see Index Documents in the Correct Sequence.
Name | Default Value | Description |
---|---|---|
Document registry directory | idol_repository | The location in which to store the database. |
|