Class ExpressionTransforms

java.lang.Object
com.yahoo.schema.expressiontransforms.ExpressionTransforms

public class ExpressionTransforms extends Object
The transformations done on ranking expressions done at config time before passing them on to the Vespa engine for execution. An instance of this class has scope of a compilation of a single rank profile.
Author:
bratseth
  • Constructor Details

    • ExpressionTransforms

      public ExpressionTransforms()
  • Method Details

    • transform

      public com.yahoo.searchlib.rankingexpression.RankingExpression transform(com.yahoo.searchlib.rankingexpression.RankingExpression expression, RankProfileTransformContext context)