Ingest Remove
The Remove
method deletes a document that has previously been ingested. Only the reference is required to do this:
task.ingester().remove("http://www.example.com/testDocument.doc");
The synchronize
action typically removes documents when the connector detects that a document has been removed from a repository.