Uses of Class
com.yahoo.document.DocumentUpdate
Packages that use DocumentUpdate
Package
Description
Infrastructure for building Vespa documents and feed operations from JSON.
-
Uses of DocumentUpdate in com.yahoo.document
Methods in com.yahoo.document that return DocumentUpdateModifier and TypeMethodDescriptionDocumentUpdate.addFieldPathUpdate(FieldPathUpdate fieldPathUpdate) Adds a field path update to perform on the document.DocumentUpdate.addFieldUpdate(FieldUpdate update) Adds the givenFieldUpdateto this DocumentUpdate.Applies this document update.Prune away any field update that will not modify any field in the document.Methods in com.yahoo.document with parameters of type DocumentUpdateModifier and TypeMethodDescriptionvoidDocumentUpdate.addAll(DocumentUpdate update) Adds all the field- and field path updates of the given document update to this.Constructors in com.yahoo.document with parameters of type DocumentUpdateModifierConstructorDescriptionDocumentUpdate(DocumentUpdate update) Creates a new document update which is a copy of the argument. -
Uses of DocumentUpdate in com.yahoo.document.json
Methods in com.yahoo.document.json with parameters of type DocumentUpdateModifier and TypeMethodDescriptionvoidDocumentUpdateJsonSerializer.serialize(DocumentUpdate update) Serialize a DocumentUpdate tree to JSONvoidJsonWriter.write(DocumentUpdate documentUpdate) -
Uses of DocumentUpdate in com.yahoo.document.json.readers
Methods in com.yahoo.document.json.readers with parameters of type DocumentUpdateModifier and TypeMethodDescriptionbooleanVespaJsonDocumentReader.readUpdate(TokenBuffer buffer, DocumentUpdate update) -
Uses of DocumentUpdate in com.yahoo.document.serialization
Methods in com.yahoo.document.serialization with parameters of type DocumentUpdateModifier and TypeMethodDescriptionvoidDocumentUpdateReader.read(DocumentUpdate update) voidVespaDocumentDeserializer6.read(DocumentUpdate update) Deprecated, for removal: This API element is subject to removal in a future version.voidDocumentUpdateWriter.write(DocumentUpdate update) voidDocumentWriter.write(DocumentUpdate documentUpdate) voidVespaDocumentSerializer6.write(DocumentUpdate update) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DocumentUpdate in com.yahoo.vespaxmlparser
Methods in com.yahoo.vespaxmlparser that return DocumentUpdateModifier and TypeMethodDescriptionDocumentUpdateFeedOperation.getDocumentUpdate()FeedOperation.getDocumentUpdate()Methods in com.yahoo.vespaxmlparser with parameters of type DocumentUpdateConstructors in com.yahoo.vespaxmlparser with parameters of type DocumentUpdate