Uses of Interface
com.yahoo.vespa.indexinglanguage.DocumentFieldValues
Packages that use DocumentFieldValues
-
Uses of DocumentFieldValues in com.yahoo.vespa.indexinglanguage
Classes in com.yahoo.vespa.indexinglanguage that implement DocumentFieldValuesMethods in com.yahoo.vespa.indexinglanguage that return DocumentFieldValuesModifier and TypeMethodDescriptionFieldValuesFactory.asFieldValues(com.yahoo.document.Document doc) static DocumentFieldValuesFieldValuesFactory.newDocumentAdapter(com.yahoo.document.Document doc, boolean isUpdate) Methods in com.yahoo.vespa.indexinglanguage with parameters of type DocumentFieldValuesModifier and TypeMethodDescriptionstatic FieldUpdateFieldValuesFieldUpdateFieldValues.fromCompleteUpdate(DocumentFieldValues documentFieldValues) static FieldUpdateFieldValuesFieldUpdateFieldValues.fromPartialUpdate(DocumentFieldValues documentFieldValues, com.yahoo.document.update.ValueUpdate valueUpdate) static FieldUpdateFieldValuesFieldUpdateFieldValues.fromPartialUpdate(Expression expression, DocumentFieldValues documentFieldValues, com.yahoo.document.update.ValueUpdate valueUpdate) Constructors in com.yahoo.vespa.indexinglanguage with parameters of type DocumentFieldValuesModifierConstructorDescriptionFieldPathUpdateFieldValues(DocumentFieldValues documentFieldValues, com.yahoo.document.fieldpathupdate.FieldPathUpdate fieldUpdate) IdentityFieldPathUpdateFieldValues(com.yahoo.document.fieldpathupdate.FieldPathUpdate update, DocumentFieldValues fwdAdapter) -
Uses of DocumentFieldValues in com.yahoo.vespa.indexinglanguage.expressions
Methods in com.yahoo.vespa.indexinglanguage.expressions with parameters of type DocumentFieldValuesModifier and TypeMethodDescriptionfinal com.yahoo.document.DocumentExpression.execute(DocumentFieldValues adapter, com.yahoo.document.DocumentId docId) final voidExpression.resolve(DocumentFieldValues fieldValues)