| 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  | BooleanFieldAn analytics wrapper for a single-valued  BoolFieldwith 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.CastingBooleanValueAn interface that represents all of the types a  BooleanValueshould be able to cast to. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | BooleanValue.AbstractBooleanValueAn abstract base for  BooleanValue.CastingBooleanValuethat automatically casts to all types ifgetBoolean()andAnalyticsValue.exists()are implemented. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConstantBooleanValueA constant  BooleanValue. | 
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.