| Package | Description | 
|---|---|
| org.apache.solr.analytics.function.field | 
 Fields to use for analytics expressions. 
 | 
| org.apache.solr.analytics.function.reduction | 
 Reduction 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  | 
DoubleField
An analytics wrapper for a single-valued  
TrieDoubleField or DoublePointField with DocValues enabled. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MeanFunction
A reduction function which returns the mean of the values of the given expression. 
 | 
class  | 
SumFunction
A reduction function which returns the sum of the values of the given expression. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DoubleValue.AbstractDoubleValue
An abstract base for  
DoubleValue.CastingDoubleValue that automatically casts to all types if DoubleValue.getDouble() and AnalyticsValue.exists() are implemented. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConstantDoubleValue
A constant  
DoubleValue. | 
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.