Uses of Interface
org.apache.solr.analytics.function.mapping.LambdaFunction.LongInLongOutLambda
-
Packages that use LambdaFunction.LongInLongOutLambda Package Description org.apache.solr.analytics.function.mapping Mapping functions to use for analytics expressions. -
-
Uses of LambdaFunction.LongInLongOutLambda in org.apache.solr.analytics.function.mapping
Methods in org.apache.solr.analytics.function.mapping with parameters of type LambdaFunction.LongInLongOutLambda Modifier and Type Method Description static DateValueStreamLambdaFunction. createDateLambdaFunction(String name, LambdaFunction.LongInLongOutLambda lambda, DateValueStream param)Creates a function that takes in either a single or multi valued date expression and returns the same type of expression with the given lambda function applied to every value.static LongValueStreamLambdaFunction. createLongLambdaFunction(String name, LambdaFunction.LongInLongOutLambda lambda, LongValueStream param)Creates a function that takes in either a single or multi valued long expression and returns the same type of expression with the given lambda function applied to every value.
-