public class CalendarFieldAggregation extends Aggregation implements SupportsNestedAggregationsAggregation
| Modifier and Type | Field and Description |
|---|---|
static Class<? extends HistogramResult> |
RESULT_CLASS |
| Constructor and Description |
|---|
CalendarFieldAggregation(String aggregationName,
String propertyName,
Long minDocumentCount,
TimeZone timeZone,
int calendarField) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNestedAggregation(Aggregation nestedAggregation) |
String |
getAggregationName() |
int |
getCalendarField() |
Long |
getMinDocumentCount() |
Iterable<Aggregation> |
getNestedAggregations() |
String |
getPropertyName() |
TimeZone |
getTimeZone() |
public static final Class<? extends HistogramResult> RESULT_CLASS
public String getAggregationName()
getAggregationName in class Aggregationpublic String getPropertyName()
public Long getMinDocumentCount()
public void addNestedAggregation(Aggregation nestedAggregation)
addNestedAggregation in interface SupportsNestedAggregationsAggregationpublic Iterable<Aggregation> getNestedAggregations()
getNestedAggregations in interface SupportsNestedAggregationsAggregationpublic TimeZone getTimeZone()
public int getCalendarField()
Copyright © 2014–2017. All rights reserved.