Document Tracking Event Definitions
The following table lists the event definitions that are used for document tracking.
Event type | Generated by | Description |
---|---|---|
Warning
|
General | An event that suggests some user attention might be required for this document. |
Error
|
General | An event that suggests that further processing of the document might stop because of errors. |
Committed
|
Content | A document is indexed and available to search. |
Deleted
|
Content | A document has been deleted. |
Indexed
|
Content | A document has been processed for indexing (but might not be searchable until flushed). |
Updated
|
Content | A document has been updated by DREREPLACE . |
Rejected
|
Content | This document has been rejected and will definitely not be indexed. |
Received
|
DIH | A document has been received. |
Added
|
Connectors | A document add command has been added to the connector ingest queue. |
Deleted
|
Connectors |
A document delete command has been added to the connector ingest queue. |
Replaced
|
Connectors | A document replace command (delete and add) has been added to the connector ingest queue. |
Updated
|
Connectors |
A document update command has been added to the connector ingest queue. |
Delete received.
|
CFS | CFS has received a document delete command. |
Update received.
|
CFS | CFS has received a document update command. |
Non-importing add received.
|
CFS | CFS has received a document that does not require import (for example, because it is metadata only). |
Import:Queue
|
CFS | A document has been placed in the import queue. |
Import:Importing
|
CFS | A document is being imported (that is, processed by KeyView). |
Import:Pre
|
CFS | A document is being processed by the pre-import tasks. |
Import:Post
|
CFS | A document is being processed by the post-import tasks. |
Import:Finished
|
CFS | A document has been successfully imported. |
Import:Cancel
|
CFS | A document import process has been cancelled. |
Import:Extracting metadata
|
CFS | The import process is extracting metadata from a document. |
Import:Extracting metadata finished
|
CFS | The import process has completed extracting metadata from a document. |
Import:ExtractMetaAbort
|
CFS | The metadata extraction process was stopped for an import. |
Import:Abort
|
CFS | The import process was stopped. |
The following event definitions are generated by the deprecated IndexTasks component:
Event type | Generated by | Description |
---|---|---|
IndexTasksStarted
|
IndexTasks | The start of all tasks in IndexTasks. |
IndexTask
|
IndexTasks | A task has been started in IndexTasks. The task name is available as a custom value for this event. |
IndexTasksCompleted
|
IndexTasks | The end of all tasks in IndexTasks. |