199200201202203204205
/** * Create a new {@link GeoHashGrid} aggregation with the given name. */ public static GeoHashGridBuilder geohashGrid(String name) { return new GeoHashGridBuilder(name); }