Allows you to identify individual documents, or ranges of documents by their document ID, and delete them from IDOL Server.
To restore a document that was deleted using DREDELETEDOC, use the DREUNDELETEDOC index action.
http://12.3.4.56:20001/DREDELETEDOC?docs=3+5+range=[7,10]
This index action uses port 20001 to delete the documents with the DOCID 3, 5, 7, 8, 9 and 10 from Distributed Index Handler, which is located on a machine with the IP address 12.3.4.56.
| Parameter | Description | Required |
|---|---|---|
| Docs | The IDs of the documents to delete. | see Comments |
| IgnoreMaxPendingItems | Whether to ignore the IndexQueueMaxPendingItems limit for this index action. | |
| IndexUID | An identification code for any document tracking events. | |
| Priority | The priority for the index job. | |
| StateID | The name of a state token that specifies the documents to delete. | see Comments |
You must specify either Docs or StateID.
|
|