IngestPriority

The IngestPriority parameter specifies the priority to assign to documents that are sent for ingestion. Documents with a higher priority are ingested before those with a lower priority.

The connector adds this value to the document field AUTN_PRIORITY. This field is used to prioritize the ingest actions that are sent to CFS, and by CFS to prioritize the documents in the import and indexing queues.

If you want to assign a different priority to specific documents, you can set the field AUTN_PRIORITY with an IngestActions Lua script.

Type: Integer
Default: 0
Allowed Range: Minimum: 0
Maximum: 264 - 1
Required: No
Configuration Section: TaskName or Ingestion
Example: IngestPriority=1
See Also: