241242243244245246247
/** * Create a new {@link Terms} aggregation with the given name. */ public static TermsBuilder terms(String name) { return new TermsBuilder(name); }