public interface PercentileRanks extends NumericMetricsAggregation.MultiValue, java.lang.Iterable<Percentile>
NumericMetricsAggregation.MultiValue, NumericMetricsAggregation.SingleValue
Aggregation.CommonFields
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TYPE_NAME |
TYPED_KEYS_DELIMITER
EMPTY_PARAMS
Modifier and Type | Method and Description |
---|---|
double |
percent(double value)
Return the percentile for the given value.
|
java.lang.String |
percentAsString(double value)
Return the percentile for the given value as a String.
|
getMetaData, getName, getType
isFragment, toXContent
static final java.lang.String TYPE_NAME