| Package | Description |
|---|---|
| org.elasticsearch.search.aggregations | |
| org.elasticsearch.search.aggregations.metrics.percentiles |
| Modifier and Type | Method and Description |
|---|---|
static PercentilesBuilder |
AggregationBuilders.percentiles(String name)
Create a new
Percentiles aggregation with the given name. |
| Modifier and Type | Method and Description |
|---|---|
PercentilesBuilder |
PercentilesBuilder.percentiles(double... percentiles)
Set the percentiles to compute.
|
Copyright © 2009–2017. All rights reserved.