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.
- To assign the same priority to all documents retrieved by this connector, set the parameter in the
[Ingestion]
section of the configuration file. Use this approach to prioritize all documents retrieved by this connector above documents retrieved by other connectors. - To assign the same priority to all documents retrieved by a fetch task, set the parameter in the task section. Setting this parameter in a task section overrides any value configured in the
[Ingestion]
section. Use this approach to prioritize documents retrieved by one fetch task above those retrieved by another, for example if one part of the repository is more important and you want to ingest those documents first.
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: |