Uses of Interface
org.apache.solr.analytics.value.DoubleValue.CastingDoubleValue
-
Packages that use DoubleValue.CastingDoubleValue 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. -
-
Uses of DoubleValue.CastingDoubleValue in org.apache.solr.analytics.function.field
Classes in org.apache.solr.analytics.function.field that implement DoubleValue.CastingDoubleValue Modifier and Type Class Description class
DoubleField
An analytics wrapper for a single-valuedTrieDoubleField
orDoublePointField
with DocValues enabled. -
Uses of DoubleValue.CastingDoubleValue in org.apache.solr.analytics.function.reduction
Classes in org.apache.solr.analytics.function.reduction that implement DoubleValue.CastingDoubleValue Modifier and Type Class 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. -
Uses of DoubleValue.CastingDoubleValue in org.apache.solr.analytics.value
Classes in org.apache.solr.analytics.value that implement DoubleValue.CastingDoubleValue Modifier and Type Class Description static class
DoubleValue.AbstractDoubleValue
An abstract base forDoubleValue.CastingDoubleValue
that automatically casts to all types ifDoubleValue.getDouble()
andAnalyticsValue.exists()
are implemented. -
Uses of DoubleValue.CastingDoubleValue in org.apache.solr.analytics.value.constant
Classes in org.apache.solr.analytics.value.constant that implement DoubleValue.CastingDoubleValue Modifier and Type Class Description class
ConstantDoubleValue
A constantDoubleValue
.
-