Delete Action Context
This is what occurs in the Consolidation Server when connectors push delete orders to remove documents from the Indexing Server:
-
If you defined a processor with a delete action context that matches the document types, the processor code is executed and yields to the next processor or stage, unless a
discard
operation is specified. -
If you did not define a processor with a
delete
action context, or if it does not match the document types, the document proceeds as if a default processor was defined with auto-yielding. This behavior is true for both transformation and aggregation phases.
In other words, unless a delete processor has been defined and matches the document types, when connectors push delete orders, the Consolidation Server:
1. Pushes a delete order to the Consolidation Store and removes documents from it.
2. Pushes delete orders to the Indexing Servers and removes them from the Indexing Store.
In addition, default delete orders are also applied to all child documents.