Uses of Class
com.yahoo.document.fieldpathupdate.FieldPathUpdate
Packages that use FieldPathUpdate
Package
Description
-
Uses of FieldPathUpdate in com.yahoo.document
Methods in com.yahoo.document that return types with arguments of type FieldPathUpdateModifier and TypeMethodDescriptionDocumentUpdate.fieldPathUpdates()Get an unmodifiable collection of all field path updates that this document update specifies.DocumentUpdate.iterator()Methods in com.yahoo.document with parameters of type FieldPathUpdateModifier and TypeMethodDescriptionDocumentUpdate.addFieldPathUpdate(FieldPathUpdate fieldPathUpdate) Adds a field path update to perform on the document. -
Uses of FieldPathUpdate in com.yahoo.document.fieldpathupdate
Subclasses of FieldPathUpdate in com.yahoo.document.fieldpathupdateModifier and TypeClassDescriptionclassclassclassRemoveFieldPathUpdate is used to remove fields or portions of fields based on the field path supplied and optionally a where clause.Methods in com.yahoo.document.fieldpathupdate that return FieldPathUpdateModifier and TypeMethodDescriptionstatic FieldPathUpdateFieldPathUpdate.create(FieldPathUpdate.Type type, DocumentType docType, DocumentUpdateReader reader) -
Uses of FieldPathUpdate in com.yahoo.document.serialization
Methods in com.yahoo.document.serialization with parameters of type FieldPathUpdateModifier and TypeMethodDescriptionvoidDocumentUpdateReader.read(FieldPathUpdate update) voidVespaDocumentDeserializer6.read(FieldPathUpdate update) Deprecated, for removal: This API element is subject to removal in a future version.voidDocumentUpdateWriter.write(FieldPathUpdate update) voidVespaDocumentSerializer6.write(FieldPathUpdate update) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of FieldPathUpdate in com.yahoo.vespaxmlparser
Methods in com.yahoo.vespaxmlparser with parameters of type FieldPathUpdate