157158159160161162163
/** * Create a new {@link Missing} aggregation with the given name. */ public static MissingBuilder missing(String name) { return new MissingBuilder(name); }