public class HistogramAggregation extends Aggregation implements SupportsNestedAggregationsAggregation
| Modifier and Type | Class and Description |
|---|---|
static class |
HistogramAggregation.ExtendedBounds<T extends Value> |
| Constructor and Description |
|---|
HistogramAggregation(String aggregationName,
String fieldName,
String interval,
Long minDocumentCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNestedAggregation(Aggregation nestedAggregation) |
String |
getAggregationName() |
HistogramAggregation.ExtendedBounds<?> |
getExtendedBounds() |
String |
getFieldName() |
String |
getInterval() |
Long |
getMinDocumentCount() |
Value |
getMissingValue() |
Iterable<Aggregation> |
getNestedAggregations() |
void |
setExtendedBounds(HistogramAggregation.ExtendedBounds<?> extendedBounds) |
void |
setMissingValue(Value missingValue) |
public String getAggregationName()
getAggregationName in class Aggregationpublic String getFieldName()
public String getInterval()
public Long getMinDocumentCount()
public void setMissingValue(Value missingValue)
public Value getMissingValue()
public void addNestedAggregation(Aggregation nestedAggregation)
addNestedAggregation in interface SupportsNestedAggregationsAggregationpublic Iterable<Aggregation> getNestedAggregations()
getNestedAggregations in interface SupportsNestedAggregationsAggregationpublic HistogramAggregation.ExtendedBounds<?> getExtendedBounds()
public void setExtendedBounds(HistogramAggregation.ExtendedBounds<?> extendedBounds)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.