Class DeadLetterDocument

java.lang.Object
org.alfresco.elasticsearch.batchindexing.model.DeadLetterDocument

public class DeadLetterDocument extends Object
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.

  • Field Details

    • CURRENT_SCHEMA_VERSION

      public static final int CURRENT_SCHEMA_VERSION
      Bump when the document structure changes so readers can migrate or reject incompatible documents.
      See Also:
  • Constructor Details

    • DeadLetterDocument

      public DeadLetterDocument()