283284285286287288289
/** * Create a new {@link ScriptedMetric} aggregation with the given name. */ public static ScriptedMetricBuilder scriptedMetric(String name) { return new ScriptedMetricBuilder(name); }