Uses of Class
com.yahoo.document.fieldpathupdate.FieldPathUpdate
Package
Description
-
Uses of FieldPathUpdate in com.yahoo.document
Modifier and TypeMethodDescriptionDocumentUpdate.fieldPathUpdates()
Get an unmodifiable collection of all field path updates that this document update specifies.DocumentUpdate.iterator()
Modifier and TypeMethodDescriptionDocumentUpdate.addFieldPathUpdate
(FieldPathUpdate fieldPathUpdate) Adds a field path update to perform on the document. -
Uses of FieldPathUpdate in com.yahoo.document.fieldpathupdate
Modifier and TypeClassDescriptionclass
class
class
RemoveFieldPathUpdate is used to remove fields or portions of fields based on the field path supplied and optionally a where clause.Modifier and TypeMethodDescriptionstatic FieldPathUpdate
FieldPathUpdate.create
(FieldPathUpdate.Type type, DocumentType docType, DocumentUpdateReader reader) -
Uses of FieldPathUpdate in com.yahoo.document.serialization
Modifier and TypeMethodDescriptionvoid
DocumentUpdateReader.read
(FieldPathUpdate update) void
VespaDocumentDeserializer6.read
(FieldPathUpdate update) void
VespaDocumentSerializer6.write
(FieldPathUpdate update) -
Uses of FieldPathUpdate in com.yahoo.vespaxmlparser