| Package | Description | 
|---|---|
| org.apache.solr.analytics.function.mapping | Mapping functions to use for analytics expressions. | 
| Modifier and Type | Method and Description | 
|---|---|
| static DateValueStream | LambdaFunction. 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 LongValueStream | LambdaFunction. 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. | 
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.