Uses of Enum Class
com.yahoo.searchlib.rankingexpression.rule.Function
Packages that use Function
Package
Description
Execution engine for ranking expressions
Ranking expression parser
-
Uses of Function in com.yahoo.searchlib.rankingexpression.evaluation
Methods in com.yahoo.searchlib.rankingexpression.evaluation with parameters of type FunctionModifier and TypeMethodDescriptionabstract ValuePerform the given binary function on this value and the given value -
Uses of Function in com.yahoo.searchlib.rankingexpression.parser
Methods in com.yahoo.searchlib.rankingexpression.parser that return FunctionModifier and TypeMethodDescriptionfinal FunctionRankingExpressionParser.binaryFunctionName()final FunctionRankingExpressionParser.unaryFunctionName() -
Uses of Function in com.yahoo.searchlib.rankingexpression.rule
Methods in com.yahoo.searchlib.rankingexpression.rule that return FunctionModifier and TypeMethodDescriptionFunctionNode.getFunction()static FunctionReturns the enum constant of this class with the specified name.static Function[]Function.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.searchlib.rankingexpression.rule with parameters of type FunctionModifierConstructorDescriptionFunctionNode(Function function, ExpressionNode argument) FunctionNode(Function function, ExpressionNode argument1, ExpressionNode argument2) Creates a binary function node