public class PercentileRanksParser extends AbstractPercentilesParser
| Modifier and Type | Field and Description |
|---|---|
static ParseField |
VALUES_FIELD |
COMPRESSION_FIELD, KEYED_FIELD, METHOD_FIELD, NUMBER_SIGNIFICANT_DIGITS_FIELD| Constructor and Description |
|---|
PercentileRanksParser() |
| Modifier and Type | Method and Description |
|---|---|
protected AggregatorFactory |
buildFactory(SearchContext context,
String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double[] keys,
PercentilesMethod method,
Double compression,
Integer numberOfSignificantValueDigits,
boolean keyed) |
protected ParseField |
keysField() |
String |
type() |
parsepublic static final ParseField VALUES_FIELD
public String type()
protected ParseField keysField()
keysField in class AbstractPercentilesParserprotected AggregatorFactory buildFactory(SearchContext context, String aggregationName, ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig, double[] keys, PercentilesMethod method, Double compression, Integer numberOfSignificantValueDigits, boolean keyed)
buildFactory in class AbstractPercentilesParserCopyright © 2009–2017. All rights reserved.