Allows you to delete one or more documents by their reference.
Note: If you delete a document by reference using DREDELETEREF
, you can restore it by using DREUNDELETEDOC, but you must use the document ID to restore the document.
http://12.3.4.56:20001/DREDELETEREF?Docs=http%3A%2F%2Fwww%2Ecompany%2Ede%2Ffile%2Ehtml+http%3A%2F%2Fwww%2Esite%2Ecom%2Fabout%2Ehtml&DREDbName=News
This index action uses port 20001
to delete the documents with the references http://www.company.de/file.html
and http://www.site.com/about.html
from the News
database.
Parameter | Description | Required |
---|---|---|
Docs | The references of the documents to delete. | Yes |
DREDbName | The database from which to delete the documents. | |
Field | The field containing the reference specified by Docs. | |
IgnoreMaxPendingItems | Whether to ignore the IndexQueueMaxPendingItems limit for this index action. | |
IndexUID | An identification code for any document tracking events. | |
Priority | Set the priority for the index job. |
|