Class DeadLetterDocument
java.lang.Object
org.alfresco.elasticsearch.batchindexing.model.DeadLetterDocument
One record per give-up event the indexer has surfaced for operator visibility.
Most records are keyed by dbId so repeated failures for the same node upsert into a single document and failureCount captures retry noise without exploding storage. Reader-side failures are keyed by the failed time window (id shape window:<tsFrom>-<tsTo>) and therefore carry a null dbId.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumStage of the pipeline that produced the skip event. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intBump when the document structure changes so readers can migrate or reject incompatible documents. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CURRENT_SCHEMA_VERSION
public static final int CURRENT_SCHEMA_VERSIONBump when the document structure changes so readers can migrate or reject incompatible documents.- See Also:
-
-
Constructor Details
-
DeadLetterDocument
public DeadLetterDocument()
-