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