Allows you to restore deleted documents. This method can restore documents deleted by any method (DREDELETEDOC, DREDELETEREF, KillDuplicates and so on), but you must use the document ID to determine the document to restore.
You can use this index action to restore documents only if you have not run a DRECOMPACT index action since the deletion. DRECOMPACT permanently removes the unused documents and space from IDOL Server.
Note: If you have turned on the NodeTableSecureDelete configuration parameter, the DREUNDELETEDOC
index action is not available.
http://12.3.4.56:20001/DREUNDELETEDOC?docs=3+5+range=[7,10]
This index action uses port 20001
to restore the documents with the DOCID 3
, 5
, 7
, 8
, 9
, and 10
to IDOL Server, which is located on a machine with the IP address 12.3.4.56
.
Parameter | Description | Required |
---|---|---|
Docs | The IDs of the documents to restore. | Yes |
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. |
|