Uses of Enum Class
com.yahoo.vespa.documentmodel.SummaryTransform
Packages that use SummaryTransform
-
Uses of SummaryTransform in com.yahoo.schema.derived
Methods in com.yahoo.schema.derived that return SummaryTransformMethods in com.yahoo.schema.derived with parameters of type SummaryTransformModifier and TypeMethodDescriptionstatic SummaryClassField.TypeSummaryClassField.convertDataType(com.yahoo.document.DataType fieldType, SummaryTransform transform, boolean rawAsBase64) Converts to the right summary field type from a field datatype and a transformvoidFieldResultTransform.setTransform(SummaryTransform transform) Constructors in com.yahoo.schema.derived with parameters of type SummaryTransformModifierConstructorDescriptionFieldResultTransform(String fieldName, SummaryTransform transform, String argument) SummaryClassField(String name, com.yahoo.document.DataType type, SummaryElementsSelector elementsSelector, SummaryTransform transform, String source, boolean rawAsBase64) -
Uses of SummaryTransform in com.yahoo.vespa.documentmodel
Methods in com.yahoo.vespa.documentmodel that return SummaryTransformModifier and TypeMethodDescriptionSummaryTransform.bold()Returns the bolded version of this transform if possible, throws if notSummaryField.getTransform()SummaryTransform.unbold()Returns the unbolded version of this transformstatic SummaryTransformReturns the enum constant of this class with the specified name.static SummaryTransform[]SummaryTransform.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vespa.documentmodel with parameters of type SummaryTransformConstructors in com.yahoo.vespa.documentmodel with parameters of type SummaryTransformModifierConstructorDescriptionSummaryField(com.yahoo.document.Field field, SummaryTransform transform, Object owner) SummaryField(String name, com.yahoo.document.DataType type, SummaryTransform transform, Object owner)