ADD_RELEVANCE_FEEDBACK | Examples |
<ADD_RELEVANCE_FEEDBACK | Attribute
Description Table |
docid ="string" relevance ="1 - 10" > No Child Elements </ADD_RELEVANCE_FEEDBACK > | |
Bold: Attribute or child element is
required. |
Attribute | Usage | Back to Top |
---|---|---|
docid | 1 String used to uniquely identify a
document. The client used to publish the metadata is responsible for
creating the document ID. This ID is automatically assigned when using
ArcCatalog. If another client is used, GET_UUID can be used to
request a valid ID. The format for an ID is the
following: {HHHHHHHH-HHHH-HHHH-HHHH-HHHHHHHHHHHH} where H is a hexadecimal digit (0-9,a-f,A-F). The ID is limited to 38 characters. | |
relevance | 2 Value between 1 and 10 indicating the relative relevance of the document to the client. The value is added to the existing value for a new relevance total. |
Example 1: | Back to Top |
<?xml version="1.0"
encoding="UTF-8" ?> <ARCXML version="1.1"> <REQUEST> <GET_METADATA> <ADD_RELEVANCE_FEEDBACK relevance="3" docid="{1F7DDF21-BC01-4C20-8AA5-243B33ED0B1E}" /> </GET_METADATA> </REQUEST> </ARCXML> |