Uses of Interface
org.apache.solr.analytics.value.BooleanValue.CastingBooleanValue
-
Packages that use BooleanValue.CastingBooleanValue 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 BooleanValue.CastingBooleanValue in org.apache.solr.analytics.function.field
Classes in org.apache.solr.analytics.function.field that implement BooleanValue.CastingBooleanValue Modifier and Type Class Description classBooleanFieldAn analytics wrapper for a single-valuedBoolFieldwith DocValues enabled. -
Uses of BooleanValue.CastingBooleanValue in org.apache.solr.analytics.value
Classes in org.apache.solr.analytics.value that implement BooleanValue.CastingBooleanValue Modifier and Type Class Description static classBooleanValue.AbstractBooleanValueAn abstract base forBooleanValue.CastingBooleanValuethat automatically casts to all types ifBooleanValue.getBoolean()andAnalyticsValue.exists()are implemented. -
Uses of BooleanValue.CastingBooleanValue in org.apache.solr.analytics.value.constant
Classes in org.apache.solr.analytics.value.constant that implement BooleanValue.CastingBooleanValue Modifier and Type Class Description classConstantBooleanValueA constantBooleanValue.
-