public class Aggregation extends Object
Modifier and Type | Method and Description |
---|---|
Aggregation |
addSubAggregation(Aggregation agg) |
static Aggregation |
min(String field) |
Aggregation |
orderBy(String subAgg,
String direction) |
static Aggregation |
terms(String field,
int size) |
public static Aggregation terms(String field, int size)
public Aggregation orderBy(String subAgg, String direction)
public static Aggregation min(String field)
public Aggregation addSubAggregation(Aggregation agg)
Copyright © 2015–2018 OpenZipkin. All rights reserved.