Package com.yahoo.vespa.indexinglanguage
Class FieldUpdateFieldValues
java.lang.Object
com.yahoo.vespa.indexinglanguage.FieldUpdateFieldValues
- All Implemented Interfaces:
FieldTypes,FieldValues,UpdateFieldValues
- Author:
- Simon Thoresen Hult
-
Method Summary
Modifier and TypeMethodDescriptionstatic FieldUpdateFieldValuesfromCompleteUpdate(DocumentFieldValues documentFieldValues) static FieldUpdateFieldValuesfromPartialUpdate(DocumentFieldValues documentFieldValues, com.yahoo.document.update.ValueUpdate valueUpdate) static FieldUpdateFieldValuesfromPartialUpdate(Expression expression, DocumentFieldValues documentFieldValues, com.yahoo.document.update.ValueUpdate valueUpdate) getExpression(Expression expression) com.yahoo.document.DataTypegetFieldType(String fieldName, Expression exp) com.yahoo.document.datatypes.FieldValuegetInputValue(com.yahoo.document.FieldPath fieldPath) com.yahoo.document.datatypes.FieldValuegetInputValue(String fieldName) com.yahoo.document.DocumentUpdatesetOutputValue(String fieldName, com.yahoo.document.datatypes.FieldValue fieldValue, Expression exp) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.yahoo.vespa.indexinglanguage.UpdateFieldValues
isComplete
-
Method Details
-
getOutput
public com.yahoo.document.DocumentUpdate getOutput()- Specified by:
getOutputin interfaceUpdateFieldValues
-
getExpression
- Specified by:
getExpressionin interfaceUpdateFieldValues
-
getFieldType
- Specified by:
getFieldTypein interfaceFieldTypes
-
getInputValue
- Specified by:
getInputValuein interfaceFieldValues
-
getInputValue
public com.yahoo.document.datatypes.FieldValue getInputValue(com.yahoo.document.FieldPath fieldPath) - Specified by:
getInputValuein interfaceFieldValues
-
setOutputValue
public FieldValues setOutputValue(String fieldName, com.yahoo.document.datatypes.FieldValue fieldValue, Expression exp) - Specified by:
setOutputValuein interfaceFieldValues
-
toString
-
fromPartialUpdate
public static FieldUpdateFieldValues fromPartialUpdate(DocumentFieldValues documentFieldValues, com.yahoo.document.update.ValueUpdate valueUpdate) -
fromPartialUpdate
public static FieldUpdateFieldValues fromPartialUpdate(Expression expression, DocumentFieldValues documentFieldValues, com.yahoo.document.update.ValueUpdate valueUpdate) -
fromCompleteUpdate
-