213214215216217218219
/** * Create a new {@link DateHistogram} aggregation with the given name. */ public static DateHistogramBuilder dateHistogram(String name) { return new DateHistogramBuilder(name); }