Send a DRECHANGEMETA index action (case sensitive) from your Web browser to change the metadata (index date, expire date, or database) of documents. You can identify individual documents or document ranges by their references or IDs. (You can specify ranges only with IDs.)
http://IDOLhost:indexPort/DRECHANGEMETA?Type=type&Refs=docReferences&Docs=docIDs&NewValue=value
where:
For example:
http://12.3.4.56:20001/DRECHANGEMETA?Type=database&Docs=3+5+range=[7,10]&NewValue=Archive
This action uses port 20001 to reassign the documents with the IDs 3, 5, 7, 8, 9, and 10 to the Archive database. IDOL Server is located on a machine with the IP address 12.3.4.56.
Note: By default, when you set the Refs parameter, IDOL Server searches all document references for the specified value. If your documents have multiple reference fields, and you want to search only one field name, set the Field parameter to the name of the reference field that you want to search.
|
|