Package com.yahoo.vespa.indexinglanguage
Class FieldPathUpdateHelper
java.lang.Object
com.yahoo.vespa.indexinglanguage.FieldPathUpdateHelper
- Author:
- Simon Thoresen Hult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidapplyUpdate(com.yahoo.document.fieldpathupdate.FieldPathUpdate update, com.yahoo.document.Document doc) static booleanisFieldValues(com.yahoo.document.fieldpathupdate.FieldPathUpdate update) Returns true if this update can be represented as a set of document field values.static com.yahoo.document.DocumentnewPartialDocument(com.yahoo.document.DocumentId docId, com.yahoo.document.fieldpathupdate.FieldPathUpdate update)
-
Constructor Details
-
FieldPathUpdateHelper
public FieldPathUpdateHelper()
-
-
Method Details
-
isFieldValues
public static boolean isFieldValues(com.yahoo.document.fieldpathupdate.FieldPathUpdate update) Returns true if this update can be represented as a set of document field values. -
applyUpdate
public static void applyUpdate(com.yahoo.document.fieldpathupdate.FieldPathUpdate update, com.yahoo.document.Document doc) -
newPartialDocument
public static com.yahoo.document.Document newPartialDocument(com.yahoo.document.DocumentId docId, com.yahoo.document.fieldpathupdate.FieldPathUpdate update)
-