PurgeDatastore

The PurgeDatastore action deletes information, that the connector has saved, about the items in the repository.

The connector saves this information so that when it synchronizes with the repository it does not need to retrieve items that have not changed. Some repositories do not keep a log of items that have been deleted, and connectors for these repositories use the state information to detect deleted items so that they can be removed from the IDOL index.

After deleting the datastore, the connector must perform a full synchronize. (Every item in the repository must be processed and is considered as a new item).

You might want to delete the datastore for your connector if you have modified the processor configuration and you want to process (re-index) the entire repository again.

Type: asynchronous

Parameter Description Required
ConnectorGroup

The name of the connector group to send the request to. This must match the name you specified when you configured the ConnectorGroupRouter processor in your dataflow.

Yes

Example

http://host:10000/action=PurgeDatastore&ConnectorGroup=FileSystem

Response

This is an asynchronous action, so you receive a token in response to the request. You can use the QueueInfo action to see the result of the action.