Package com.yahoo.vespa.indexinglanguage
Class FieldPathUpdateFieldValues
java.lang.Object
com.yahoo.vespa.indexinglanguage.FieldPathUpdateFieldValues
- All Implemented Interfaces:
FieldTypes,FieldValues,UpdateFieldValues
- Author:
- Simon Thoresen Hult
-
Constructor Summary
ConstructorsConstructorDescriptionFieldPathUpdateFieldValues(DocumentFieldValues documentFieldValues, com.yahoo.document.fieldpathupdate.FieldPathUpdate fieldUpdate) -
Method Summary
Modifier and TypeMethodDescriptiongetExpression(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) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.yahoo.vespa.indexinglanguage.UpdateFieldValues
isComplete
-
Constructor Details
-
FieldPathUpdateFieldValues
public FieldPathUpdateFieldValues(DocumentFieldValues documentFieldValues, com.yahoo.document.fieldpathupdate.FieldPathUpdate fieldUpdate)
-
-
Method Details
-
getExpression
- Specified by:
getExpressionin interfaceUpdateFieldValues
-
getOutput
public com.yahoo.document.DocumentUpdate getOutput()- Specified by:
getOutputin 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
-