Interface PercentilesAggregatorSupplier
public interface PercentilesAggregatorSupplier
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(String name, ValuesSource valuesSource, AggregationContext context, Aggregator parent, double[] percents, PercentilesConfig percentilesConfig, boolean keyed, DocValueFormat formatter, Map<String, Object> metadata)
-
Method Details
-
build
Aggregator build(String name, ValuesSource valuesSource, AggregationContext context, Aggregator parent, double[] percents, PercentilesConfig percentilesConfig, boolean keyed, DocValueFormat formatter, Map<String, Object> metadata) throws IOException- Throws:
IOException
-