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 classDoubleFieldAn analytics wrapper for a single-valuedTrieDoubleFieldorDoublePointFieldwith 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 classMeanFunctionA reduction function which returns the mean of the values of the given expression.classSumFunctionA 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 classDoubleValue.AbstractDoubleValueAn abstract base forDoubleValue.CastingDoubleValuethat 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 classConstantDoubleValueA constantDoubleValue.
-