Uses of Interface
org.apache.solr.analytics.function.mapping.LambdaFunction.TwoFloatInFloatOutLambda
-
Packages that use LambdaFunction.TwoFloatInFloatOutLambda Package Description org.apache.solr.analytics.function.mapping Mapping functions to use for analytics expressions. -
-
Uses of LambdaFunction.TwoFloatInFloatOutLambda in org.apache.solr.analytics.function.mapping
Methods in org.apache.solr.analytics.function.mapping with parameters of type LambdaFunction.TwoFloatInFloatOutLambda Modifier and Type Method Description static FloatValueLambdaFunction. createFloatLambdaFunction(String name, LambdaFunction.TwoFloatInFloatOutLambda lambda, FloatValue[] params)Forwards the creation of the function toLambdaFunction.createFloatLambdaFunction(String, TwoFloatInFloatOutLambda, FloatValue[], boolean), using true for the last argument (allMustExist).static FloatValueLambdaFunction. createFloatLambdaFunction(String name, LambdaFunction.TwoFloatInFloatOutLambda lambda, FloatValue[] params, boolean allMustExist)Creates a function that associatively (order is guaranteed) reduces multiple single-value float expressions into a single-value float expression for each document.static FloatValueLambdaFunction. createFloatLambdaFunction(String name, LambdaFunction.TwoFloatInFloatOutLambda lambda, FloatValueStream param)Creates a function that takes in a multi-valued float expression and returns a single-valued float expression.static FloatValueStreamLambdaFunction. createFloatLambdaFunction(String name, LambdaFunction.TwoFloatInFloatOutLambda lambda, FloatValueStream param1, FloatValueStream param2)Creates a function that maps two floats to a single float.
-