Class ParsedDocumentOperation

java.lang.Object
com.yahoo.document.json.ParsedDocumentOperation

public final class ParsedDocumentOperation extends Object
The result of JSON parsing a single document operation
  • Constructor Details

    • ParsedDocumentOperation

      public ParsedDocumentOperation(DocumentOperation operation, boolean fullyApplied)
      Parameters:
      operation - the parsed operation
      fullyApplied - true if all the JSON content could be applied, false if some (or all) of the fields were not poresent in this document and was ignored
  • Method Details