Package | Description |
---|---|
org.apache.solr.analytics.function.mapping |
Mapping functions to use for analytics expressions.
|
Modifier and Type | Method and Description |
---|---|
static IntValue |
LambdaFunction.createIntLambdaFunction(String name,
LambdaFunction.TwoIntInIntOutLambda lambda,
IntValue[] params)
Forwards the creation of the function to
LambdaFunction.createIntLambdaFunction(String, TwoIntInIntOutLambda, IntValue[], boolean) ,
using for the last argument (allMustExist ). |
static IntValue |
LambdaFunction.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 IntValue |
LambdaFunction.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 IntValueStream |
LambdaFunction.createIntLambdaFunction(String name,
LambdaFunction.TwoIntInIntOutLambda lambda,
IntValueStream param1,
IntValueStream param2)
Creates a function that maps two integers to a single integer.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.