Class IndexDocumentIfNotExists

java.lang.Object
io.fluxcapacitor.common.api.search.bulkupdate.IndexDocumentIfNotExists
All Implemented Interfaces:
BulkUpdate

public class IndexDocumentIfNotExists extends Object implements BulkUpdate
A bulk update operation that indexes a document only if it does not already exist in the store.

Useful to ensure immutability or to avoid overwriting existing entries.

  • Constructor Details

    • IndexDocumentIfNotExists

      public IndexDocumentIfNotExists()
  • Method Details