Class ExpressionTransforms


  • public class ExpressionTransforms
    extends java.lang.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.yahoo.searchlib.rankingexpression.RankingExpression transform​(com.yahoo.searchlib.rankingexpression.RankingExpression expression, RankProfileTransformContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExpressionTransforms

        public ExpressionTransforms()
    • Method Detail

      • transform

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