DistributedConnectorReferenceField
The document reference field that contains a reference value that the View component can use to retrieve the document by using the Distributed Connector or NiFi Ingest.
NOTE: You can specify nested field structures by separating field names with a forward slash (/
). For example DISTRIBUTEDCONNECTOR/REFERENCE
When View retrieves a document from the document store, it checks whether the document contains this reference field. If it does, View attempts to retrieve the original document from the Distributed Connector or NiFi.
You must configure the distributed connector host and port in the [Viewing]
configuration section, by using DistributedConnectorHost and DistributedConnectorPort.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | UniversalViewing |
Example: | DistributedConnectorReferenceField=AUTN_IDENTIFIER
|
See Also: | DistributedConnectorHost
DistributedConnectorPort |