Package | Description |
---|---|
org.apache.solr.analytics.function.field |
Fields to use for analytics expressions.
|
org.apache.solr.analytics.function.mapping |
Mapping functions to use for analytics expressions.
|
org.apache.solr.analytics.value |
Value types for analytics expressions.
|
org.apache.solr.analytics.value.constant |
Constant values to be used in analytics expressions.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanField
An analytics wrapper for a single-valued
BoolField with DocValues enabled. |
Modifier and Type | Method and Description |
---|---|
static BooleanValue |
LambdaFunction.createBooleanLambdaFunction(String name,
LambdaFunction.TwoBoolInBoolOutLambda lambda,
BooleanValue[] params)
Forwards the creation of the function to
LambdaFunction.createBooleanLambdaFunction(String, TwoBoolInBoolOutLambda, BooleanValue[], boolean) ,
using for the last argument (allMustExist ). |
static BooleanValue |
LambdaFunction.createBooleanLambdaFunction(String name,
LambdaFunction.TwoBoolInBoolOutLambda lambda,
BooleanValue[] params,
boolean allMustExist)
Creates a function that associatively (order is guaranteed) reduces multiple
single-value boolean expressions into a single-value boolean expression for each document.
|
static BooleanValue |
LambdaFunction.createBooleanLambdaFunction(String name,
LambdaFunction.TwoBoolInBoolOutLambda lambda,
BooleanValueStream param)
Creates a function that takes in a multi-valued boolean expression and returns a single-valued boolean expression.
|
Modifier and Type | Method and Description |
---|---|
static BooleanValue |
LambdaFunction.createBooleanLambdaFunction(String name,
LambdaFunction.TwoBoolInBoolOutLambda lambda,
BooleanValue[] params)
Forwards the creation of the function to
LambdaFunction.createBooleanLambdaFunction(String, TwoBoolInBoolOutLambda, BooleanValue[], boolean) ,
using for the last argument (allMustExist ). |
static BooleanValue |
LambdaFunction.createBooleanLambdaFunction(String name,
LambdaFunction.TwoBoolInBoolOutLambda lambda,
BooleanValue[] params,
boolean allMustExist)
Creates a function that associatively (order is guaranteed) reduces multiple
single-value boolean expressions into a single-value boolean expression for each document.
|
Constructor and Description |
---|
IfFunction(BooleanValue ifExpr,
AnalyticsValueStream thenExpr,
AnalyticsValueStream elseExpr) |
Modifier and Type | Interface and Description |
---|---|
static interface |
BooleanValue.CastingBooleanValue
An interface that represents all of the types a
BooleanValue should be able to cast to. |
Modifier and Type | Class and Description |
---|---|
static class |
BooleanValue.AbstractBooleanValue
An abstract base for
BooleanValue.CastingBooleanValue that automatically casts to all types if getBoolean() and AnalyticsValue.exists() are implemented. |
Modifier and Type | Class and Description |
---|---|
class |
ConstantBooleanValue
A constant
BooleanValue . |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.