87888990919293
/** * Create a new {@link ValueCount} aggregation with the given name. */ public static ValueCountBuilder count(String name) { return new ValueCountBuilder(name); }