The IngestSourceConnectorFields
parameter specifies whether to add fields to each document that identify the connector and fetch task that retrieved the document.
Field Name | Description |
---|---|
source_connector_server_id
|
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 . |
source_connector_run_id
|
The asynchronous action token of the fetch action that ingested the document. |
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | TaskName or Ingestion |
Example: | IngestSourceConnectorFields=True
|
See Also: |
|