Uses of Interface
org.apache.solr.analytics.value.LongValue.CastingLongValue
-
Packages that use LongValue.CastingLongValue 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 LongValue.CastingLongValue in org.apache.solr.analytics.function.field
Classes in org.apache.solr.analytics.function.field that implement LongValue.CastingLongValue Modifier and Type Class Description classLongFieldAn analytics wrapper for a single-valuedTrieLongFieldorLongPointFieldwith DocValues enabled. -
Uses of LongValue.CastingLongValue in org.apache.solr.analytics.function.reduction
Classes in org.apache.solr.analytics.function.reduction that implement LongValue.CastingLongValue Modifier and Type Class Description classCountFunctionA reduction function which either counts the number of values that the parameter expression contains, or the number of documents returned if no parameter is given.classDocCountFunctionA reduction function which either counts the number of Solr Documents for which the parameter expression exists, or the number of documents returned if no parameter is given.classMissingFunctionA reduction function which returns the number of documents for which the given expression does not exist.classUniqueFunctionA reduction function which returns the number of unique values of the given expression. -
Uses of LongValue.CastingLongValue in org.apache.solr.analytics.value
Classes in org.apache.solr.analytics.value that implement LongValue.CastingLongValue Modifier and Type Class Description static classLongValue.AbstractLongValueAn abstract base forLongValue.CastingLongValuethat automatically casts to all types ifLongValue.getLong()andAnalyticsValue.exists()are implemented. -
Uses of LongValue.CastingLongValue in org.apache.solr.analytics.value.constant
Classes in org.apache.solr.analytics.value.constant that implement LongValue.CastingLongValue Modifier and Type Class Description classConstantLongValueA constantLongValue.
-