Uses of Interface
org.apache.solr.analytics.value.FloatValue.CastingFloatValue
-
Packages that use FloatValue.CastingFloatValue Package Description org.apache.solr.analytics.function.field Fields 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 FloatValue.CastingFloatValue in org.apache.solr.analytics.function.field
Classes in org.apache.solr.analytics.function.field that implement FloatValue.CastingFloatValue Modifier and Type Class Description classFloatFieldAn analytics wrapper for a single-valuedTrieFloatFieldorFloatPointFieldwith DocValues enabled. -
Uses of FloatValue.CastingFloatValue in org.apache.solr.analytics.value
Classes in org.apache.solr.analytics.value that implement FloatValue.CastingFloatValue Modifier and Type Class Description static classFloatValue.AbstractFloatValueAn abstract base forFloatValue.CastingFloatValuethat automatically casts to all types ifFloatValue.getFloat()andAnalyticsValue.exists()are implemented. -
Uses of FloatValue.CastingFloatValue in org.apache.solr.analytics.value.constant
Classes in org.apache.solr.analytics.value.constant that implement FloatValue.CastingFloatValue Modifier and Type Class Description classConstantFloatValueA constantFloatValue.
-