| 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.function.reduction | Reduction functions to use for analytics expressions. | 
| org.apache.solr.analytics.function.reduction.data | Reduction data collectors to use while computing 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  | DateMultiPointFieldAn analytics wrapper for a multi-valued  DatePointFieldwith DocValues enabled. | 
| class  | DateMultiTrieFieldDeprecated. 
 Trie fields are deprecated as of Solr 7.0 | 
| class  | DoubleFieldAn analytics wrapper for a single-valued  TrieDoubleFieldorDoublePointFieldwith DocValues enabled. | 
| class  | DoubleMultiPointFieldAn analytics wrapper for a multi-valued  DoublePointFieldwith DocValues enabled. | 
| class  | DoubleMultiTrieFieldDeprecated. 
 Trie fields are deprecated as of Solr 7.0 | 
| class  | FloatFieldAn analytics wrapper for a single-valued  TrieFloatFieldorFloatPointFieldwith DocValues enabled. | 
| class  | FloatMultiPointFieldAn analytics wrapper for a multi-valued  FloatPointFieldwith DocValues enabled. | 
| class  | FloatMultiTrieFieldDeprecated. 
 Trie fields are deprecated as of Solr 7.0 | 
| class  | IntFieldAn analytics wrapper for a single-valued  TrieIntFieldorIntPointFieldwith DocValues enabled. | 
| class  | IntMultiPointFieldAn analytics wrapper for a multi-valued  IntPointFieldwith DocValues enabled. | 
| class  | IntMultiTrieFieldDeprecated. 
 Trie fields are deprecated as of Solr 7.0 | 
| class  | LongFieldAn analytics wrapper for a single-valued  TrieLongFieldorLongPointFieldwith DocValues enabled. | 
| class  | LongMultiPointFieldAn analytics wrapper for a multi-valued  LongPointFieldwith DocValues enabled. | 
| class  | LongMultiTrieFieldDeprecated. 
 Trie fields are deprecated as of Solr 7.0 | 
| Modifier and Type | Method and Description | 
|---|---|
| static DoubleValueStream | LambdaFunction. createDoubleLambdaFunction(String name,
                          LambdaFunction.DoubleInDoubleOutLambda lambda,
                          DoubleValueStream param)Creates a function that takes in either a single or multi valued double expression and returns the same type of expression with
 the given lambda function applied to every value. | 
| static DoubleValueStream | LambdaFunction. createDoubleLambdaFunction(String name,
                          LambdaFunction.TwoDoubleInDoubleOutLambda lambda,
                          DoubleValueStream param1,
                          DoubleValueStream param2)Creates a function that maps two doubles to a single double. | 
| Modifier and Type | Method and Description | 
|---|---|
| static DoubleValueStream | LambdaFunction. createDoubleLambdaFunction(String name,
                          LambdaFunction.DoubleInDoubleOutLambda lambda,
                          DoubleValueStream param)Creates a function that takes in either a single or multi valued double expression and returns the same type of expression with
 the given lambda function applied to every value. | 
| static DoubleValue | LambdaFunction. createDoubleLambdaFunction(String name,
                          LambdaFunction.TwoDoubleInDoubleOutLambda lambda,
                          DoubleValueStream param)Creates a function that takes in a multi-valued double expression and returns a single-valued double expression. | 
| static DoubleValueStream | LambdaFunction. createDoubleLambdaFunction(String name,
                          LambdaFunction.TwoDoubleInDoubleOutLambda lambda,
                          DoubleValueStream param1,
                          DoubleValueStream param2)Creates a function that maps two doubles to a single double. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CountFunctionA reduction function which either counts the number of values that the parameter expression contains,
 or the number of documents returned if no parameter is given. | 
| class  | DocCountFunctionA reduction function which either counts the number of Solr Documents for which the parameter expression exists,
 or the number of documents returned if no parameter is given. | 
| class  | MeanFunctionA reduction function which returns the mean of the values of the given expression. | 
| class  | MissingFunctionA reduction function which returns the number of documents for which the given expression does not exist. | 
| class  | SumFunctionA reduction function which returns the sum of the values of the given expression. | 
| class  | UniqueFunctionA reduction function which returns the number of unique values of the given expression. | 
| Constructor and Description | 
|---|
| MeanFunction(DoubleValueStream param) | 
| SumFunction(DoubleValueStream param) | 
| Constructor and Description | 
|---|
| DoubleMaxCollector(DoubleValueStream param) | 
| DoubleMinCollector(DoubleValueStream param) | 
| SortedDoubleListCollector(DoubleValueStream param) | 
| SumCollector(DoubleValueStream param) | 
| UniqueDoubleCollector(DoubleValueStream param) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | DoubleValueA single-valued analytics value that can be represented as a date. | 
| static interface  | DoubleValue.CastingDoubleValueAn interface that represents all of the types a  DoubleValueshould be able to cast to. | 
| static interface  | DoubleValueStream.CastingDoubleValueStreamAn interface that represents all of the types a  DoubleValueStreamshould be able to cast to. | 
| static interface  | FloatValue.CastingFloatValueAn interface that represents all of the types a  FloatValueshould be able to cast to. | 
| static interface  | FloatValueStream.CastingFloatValueStreamAn interface that represents all of the types a  FloatValueStreamshould be able to cast to. | 
| static interface  | IntValue.CastingIntValueAn interface that represents all of the types a  IntValueshould be able to cast to. | 
| static interface  | IntValueStream.CastingIntValueStreamAn interface that represents all of the types a  IntValueStreamshould be able to cast to. | 
| static interface  | LongValue.CastingLongValueAn interface that represents all of the types a  LongValueshould be able to cast to. | 
| static interface  | LongValueStream.CastingLongValueStreamAn interface that represents all of the types a  LongValueStreamshould be able to cast to. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConstantDoubleValueA constant  DoubleValue. | 
| class  | ConstantFloatValueA constant  FloatValue. | 
| class  | ConstantIntValueA constant  IntValue. | 
| class  | ConstantLongValueA constant  LongValue. | 
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.