269270271272273274275
/** * Create a new {@link TopHits} aggregation with the given name. */ public static TopHitsBuilder topHits(String name) { return new TopHitsBuilder(name); }