Ingest
The Ingest action is used for passing documents and document metadata to CFS.
Type: asynchronous
| Parameter | Description |
|---|---|
| adds | An XML string containing the documents to be added to the index. |
| removes | A comma separated list of references for documents that should be deleted. |
| updates | An XML string containing data that should be updated in the index. |
Response
This action is asynchronous, so Connector Framework Server always returns success accompanied by a token. You can use this token with the QueueInfo action to retrieve the status of your request.