Class PercentileFunction
- java.lang.Object
-
- org.apache.solr.analytics.function.reduction.PercentileFunction
-
public class PercentileFunction extends Object
A reduction function which returns the given percentile of the sorted values of the given expression.
-
-
Field Summary
Fields Modifier and Type Field Description static ExpressionFactory.CreatorFunction
creatorFunction
static String
name
-
Constructor Summary
Constructors Constructor Description PercentileFunction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static String
createPercentileExpressionString(AnalyticsValueStream param, double perc)
-
-
-
Field Detail
-
name
public static final String name
- See Also:
- Constant Field Values
-
creatorFunction
public static final ExpressionFactory.CreatorFunction creatorFunction
-
-
Method Detail
-
createPercentileExpressionString
protected static String createPercentileExpressionString(AnalyticsValueStream param, double perc)
-
-