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.
Note: 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. | |
IgnoreMaxPendingItems | Whether to ignore the IndexQueueMaxPendingItems limit for this index action. | |
IndexUID | An identification code for any document tracking events. | |
NewValue | The value to set the Type field to. | Yes |
Priority | The priority for the index job. | |
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 |
You must set one of Docs, Refs or StateID.
|