Implementing Synchronization

When indexing a document collection that is evolving, the task of your connector is to ensure that the state of the index always follows the state of the source. This includes detecting new documents, modified documents and deleted documents.

Exalead CloudView provides two mechanisms to help implementing synchronization.

This page discusses:

See Also
How to Keep the Index Synchronized with the Datasource
Calculating a diff between Two Data Sources