Uses of Interface
org.elasticsearch.search.aggregations.bucket.histogram.DateIntervalConsumer
-
Packages that use DateIntervalConsumer Package Description org.elasticsearch.search.aggregations.bucket.composite org.elasticsearch.search.aggregations.bucket.histogram -
-
Uses of DateIntervalConsumer in org.elasticsearch.search.aggregations.bucket.composite
Classes in org.elasticsearch.search.aggregations.bucket.composite that implement DateIntervalConsumer Modifier and Type Class Description classDateHistogramValuesSourceBuilderACompositeValuesSourceBuilderthat builds aRoundingValuesSourcefrom aScriptor a field name using the provided interval. -
Uses of DateIntervalConsumer in org.elasticsearch.search.aggregations.bucket.histogram
Classes in org.elasticsearch.search.aggregations.bucket.histogram that implement DateIntervalConsumer Modifier and Type Class Description classDateHistogramAggregationBuilderA builder for histograms on date fields.Methods in org.elasticsearch.search.aggregations.bucket.histogram with type parameters of type DateIntervalConsumer Modifier and Type Method Description static <T extends DateIntervalConsumer>
voidDateIntervalWrapper. declareIntervalFields(ObjectParser<T,Void> parser)
-