Synchronize from Identifiers
The connector’s synchronize action searches a repository for new, modified, and deleted items and ingests documents for these changes (for example, for indexing into IDOL Server).
You can use the identifiers
parameter to synchronize a specific set of documents, whether they have been updated or not, and ignore other files. For example:
/action=fetch&fetchaction=synchronize&identifiers=<identifiers>
(where <identifiers>
is a comma-separated list of identifiers that specifies the documents to synchronize).
For example, if a document fails the ingestion process, you can use the identifiers
parameter with the synchronize
action to retrieve the document again.