public class ChronoFieldAggregation extends Aggregation implements SupportsNestedAggregationsAggregation
| Modifier and Type | Field and Description |
|---|---|
static Class<? extends HistogramResult> |
RESULT_CLASS |
| Constructor and Description |
|---|
ChronoFieldAggregation(String aggregationName,
String propertyName,
Long minDocumentCount,
TimeZone timeZone,
ChronoField chronoField) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNestedAggregation(Aggregation nestedAggregation) |
String |
getAggregationName() |
ChronoField |
getChronoField() |
Long |
getMinDocumentCount() |
Iterable<Aggregation> |
getNestedAggregations() |
String |
getPropertyName() |
TimeZone |
getTimeZone() |
public static final Class<? extends HistogramResult> RESULT_CLASS
public ChronoFieldAggregation(String aggregationName, String propertyName, Long minDocumentCount, TimeZone timeZone, ChronoField chronoField)
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 ChronoField getChronoField()
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.