Class DocumentUpdate

java.lang.Object
io.fluxzero.common.api.search.DocumentUpdate

public class DocumentUpdate extends Object
Represents a single low-level document update operation to be applied to a search collection.

This class is used internally by the Fluxzero Java SDK when performing bulk update operations using BulkUpdateDocuments, which is sent to the Fluxzero Runtime to apply multiple updates in a single request.

The type of update is specified via type, and may be:

See Also:
  • Constructor Details

    • DocumentUpdate

      public DocumentUpdate()