public class CustomBucketsPostAggregator extends ApproximateHistogramPostAggregator
| Constructor and Description |
|---|
CustomBucketsPostAggregator(String name,
String fieldName,
float[] breaks) |
| Modifier and Type | Method and Description |
|---|---|
Object |
compute(Map<String,Object> values) |
float[] |
getBreaks() |
Set<String> |
getDependentFields() |
String |
toString() |
getComparator, getFieldName, getNamepublic Object compute(Map<String,Object> values)
compute in interface PostAggregatorcompute in class ApproximateHistogramPostAggregatorpublic float[] getBreaks()
public String toString()
toString in class ApproximateHistogramPostAggregatorCopyright © 2011–2016. All rights reserved.