Package com.yahoo.document.update
@ExportPackage
@PublicApi
package com.yahoo.document.update
-
ClassDescriptionValue update representing an addition of a value (possibly with an associated weight) to a multi-valued data type.Value update representing an arithmetic operation on a numeric data type.Lists valid operations that can be performed by an ArithmeticValueUpdate.Value update that represents assigning a new value.Value update that represents clearing a field.A field update holds a list of value updates that will be applied atomically to a field in a document.Value update that represents performing an encapsulated value update on a subvalue.Value update representing a removal of a value (and its associated weight, if any) from a multi-valued data type.An update used to add cells to a sparse or mixed tensor (has at least one mapped dimension).Lists valid operations that can be performed by a TensorModifyUpdate.An update used to remove cells from a sparse tensor or dense sub-spaces from a mixed tensor.ValueUpdate<T extends FieldValue>A value update represents some action to perform to a value.