Uses of Class
com.yahoo.document.json.ParsedDocumentOperation
Packages that use ParsedDocumentOperation
Package
Description
Infrastructure for building Vespa documents and feed operations from JSON.
-
Uses of ParsedDocumentOperation in com.yahoo.document.json
Methods in com.yahoo.document.json that return ParsedDocumentOperationModifier and TypeMethodDescriptionJsonReader.readSingleDocumentStreaming(DocumentOperationType operationType, String docIdString) Reads a JSON which is expected to contain a single document operation, and where other parameters, like the document ID and operation type, are supplied by other means. -
Uses of ParsedDocumentOperation in com.yahoo.document.json.readers
Methods in com.yahoo.document.json.readers that return ParsedDocumentOperationModifier and TypeMethodDescriptionVespaJsonDocumentReader.createDocumentOperation(DocumentType documentType, DocumentParseInfo documentParseInfo)