Interface EngineConfig.TombstoneDocSupplier

Enclosing class:
EngineConfig

@PublicApi(since="1.0.0") public static interface EngineConfig.TombstoneDocSupplier
A supplier supplies tombstone documents which will be used in soft-update methods. The returned document consists only _uid, _seqno, _term and _version fields; other metadata fields are excluded.
Opensearch.api:
  • Method Details

    • newDeleteTombstoneDoc

      ParsedDocument newDeleteTombstoneDoc(String id)
      Creates a tombstone document for a delete operation.
    • newNoopTombstoneDoc

      ParsedDocument newNoopTombstoneDoc(String reason)
      Creates a tombstone document for a noop operation.
      Parameters:
      reason - the reason of an a noop