OpenSearch/x-pack/plugin/mapper-constant-keyword
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 Introduce a `constant_keyword` field. (#49713) (#53024) 2020-03-03 16:01:47 +01:00