Document Fields
The connector adds the following fields to each document that it ingests:
Field Name | Description |
---|---|
AUTN_IDENTIFIER
|
An identifier that allows a connector to extract the document from the repository again, for example during the collect or view actions. |
AUTN_MODIFICATIONS
|
Provides information about how many times an item has been modified. For example: <AUTN_MODIFICATIONS modified="3" modified_history="FO9"/> This field is not supported by all connectors, so it might not be present, and might not include all of the attributes described below:
|
DocTrackingId
|
An identifier used for document tracking functionality. |
DREREFERENCE
|
A reference for the document. This is the standard IDOL reference field, which is used for deduplication. |
source_connector_run_id
|
(Added only when IngestSourceConnectorFields=TRUE ). The asynchronous action token of the fetch action that ingested the document. |
source_connector_server_id
|
(Added only when IngestSourceConnectorFields=TRUE ). A token that identifies the instance of the connector that retrieved the document (different installations of the same connector populate this field with different IDs). You can retrieve the UID of a connector through action=GetVersion . |