Class 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 Detail

      • ExpressionTransforms

        public ExpressionTransforms()
    • Method Detail

      • transform

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