Allows you to identify individual documents or document ranges by their references or IDs, and change the value of their importance rating, database, index date, and expire date.
You can identify ranges only using IDs.
http://12.3.4.56:20001/DRECHANGEMETA?Type=database&Docs=3+5+range=[7,10]&NewValue=Archive
This index action uses port 20001
to change the database that stores the documents with the IDs 3
, 5
, 7
, 8
, 9
and 10
to the Archive
database.
Parameter | Description | Required |
---|---|---|
Docs | The IDs of documents to change the metadata for. | see Comments |
Field | The name of the reference field that you are using in Refs. | |
NewValue | The value to set the Type field to. | Yes |
Refs | The references of documents to change the metadata for. | see Comments |
StateID | The name of a state token that specifies the documents to change the metadata for. | see Comments |
Type | The metadata field to change the value of. | Yes |
This index action accepts the following standard index action parameters.
Parameter | Description |
---|---|
IgnoreMaxPendingItems | Whether to ignore the IndexQueueMaxPendingItems limit for this index action. |
IndexUID | An identification code for any document tracking events. |
NoArchive | Turn off configured archiving for the index action. |
Priority | The priority for the index job. |
You must set one of Docs, Refs or StateID.
|