Uses of Interface
org.apache.solr.analytics.value.IntValue.CastingIntValue
-
Packages that use IntValue.CastingIntValue 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 IntValue.CastingIntValue in org.apache.solr.analytics.function.field
Classes in org.apache.solr.analytics.function.field that implement IntValue.CastingIntValue Modifier and Type Class Description classIntFieldAn analytics wrapper for a single-valuedTrieIntFieldorIntPointFieldwith DocValues enabled. -
Uses of IntValue.CastingIntValue in org.apache.solr.analytics.value
Classes in org.apache.solr.analytics.value that implement IntValue.CastingIntValue Modifier and Type Class Description static classIntValue.AbstractIntValueAn abstract base forIntValue.CastingIntValuethat automatically casts to all types ifIntValue.getInt()andAnalyticsValue.exists()are implemented. -
Uses of IntValue.CastingIntValue in org.apache.solr.analytics.value.constant
Classes in org.apache.solr.analytics.value.constant that implement IntValue.CastingIntValue Modifier and Type Class Description classConstantIntValueA constantIntValue.
-