OpenSearch/x-pack/plugin/spatial
Alan Woodward d33d13f2be Simplify generics on Mapper.Builder (#56747)
Mapper.Builder currently has some complex generics on it to allow fluent builder
construction. However, the second parameter, a return type from the build() method,
is unnecessary, as we can use covariant return types. This commit removes this second
generic parameter.
2020-05-15 12:14:49 +01:00
..
src Simplify generics on Mapper.Builder (#56747) 2020-05-15 12:14:49 +01:00
build.gradle Add geo_shape support for geotile_grid and geohash_grid (#55966) (#56228) 2020-05-05 09:54:14 -07:00