Package com.yahoo.schema.derived
Class FieldResultTransform
java.lang.Object
com.yahoo.schema.derived.FieldResultTransform
The result transformation of a named field
- Author:
- bratseth
-
Constructor Summary
ConstructorsConstructorDescriptionFieldResultTransform(String fieldName, SummaryTransform transform, String argument) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the argument of this (used as input to the backend docsum rewriter)inthashCode()voidsetTransform(SummaryTransform transform) toString()
-
Constructor Details
-
FieldResultTransform
-
-
Method Details