Uses of Interface
com.yahoo.vespa.indexinglanguage.expressions.FieldValues
Packages that use FieldValues
-
Uses of FieldValues in com.yahoo.vespa.indexinglanguage
Subinterfaces of FieldValues in com.yahoo.vespa.indexinglanguageClasses in com.yahoo.vespa.indexinglanguage that implement FieldValuesModifier and TypeClassDescriptionclassclassclassNo-op update adapter which simply passes through the input update unchanged.classMethods in com.yahoo.vespa.indexinglanguage that return FieldValuesModifier and TypeMethodDescriptionFieldPathUpdateFieldValues.setOutputValue(String fieldName, com.yahoo.document.datatypes.FieldValue fieldValue, Expression exp) FieldUpdateFieldValues.setOutputValue(String fieldName, com.yahoo.document.datatypes.FieldValue fieldValue, Expression exp) IdentityFieldPathUpdateFieldValues.setOutputValue(String fieldName, com.yahoo.document.datatypes.FieldValue fieldValue, Expression exp) -
Uses of FieldValues in com.yahoo.vespa.indexinglanguage.expressions
Methods in com.yahoo.vespa.indexinglanguage.expressions that return FieldValuesModifier and TypeMethodDescriptionExecutionContext.getFieldValues()FieldValues.setOutputValue(String fieldName, com.yahoo.document.datatypes.FieldValue fieldValue, Expression expression) Methods in com.yahoo.vespa.indexinglanguage.expressions with parameters of type FieldValuesModifier and TypeMethodDescriptionfinal com.yahoo.document.datatypes.FieldValueExpression.execute(FieldValues adapter) com.yahoo.document.datatypes.FieldValueExpression.execute(FieldValues adapter, com.yahoo.document.DocumentId docId) Constructors in com.yahoo.vespa.indexinglanguage.expressions with parameters of type FieldValues