| Package | Description |
|---|---|
| org.elasticsearch.search.aggregations.metrics.percentiles |
| Modifier and Type | Method and Description |
|---|---|
static PercentilesMethod |
PercentilesMethod.resolveFromName(String name)
Returns the
PercentilesMethod for this method name. |
static PercentilesMethod |
PercentilesMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PercentilesMethod[] |
PercentilesMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected AggregatorFactory |
PercentileRanksParser.buildFactory(SearchContext context,
String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double[] keys,
PercentilesMethod method,
Double compression,
Integer numberOfSignificantValueDigits,
boolean keyed) |
protected abstract AggregatorFactory |
AbstractPercentilesParser.buildFactory(SearchContext context,
String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config,
double[] cdfValues,
PercentilesMethod method,
Double compression,
Integer numberOfSignificantValueDigits,
boolean keyed) |
protected AggregatorFactory |
PercentilesParser.buildFactory(SearchContext context,
String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double[] keys,
PercentilesMethod method,
Double compression,
Integer numberOfSignificantValueDigits,
boolean keyed) |
Copyright © 2009–2017. All rights reserved.