OpenSearch/test/framework
Alan Woodward 43ace5f80d Emit deprecation warnings when boosts are defined in mappings (#62623)
We removed index-time boosting back in 5x, and we no longer document the 'boost'
parameter on any of our mapping types. However, it is still possible to define an
index-time boost on a field mapper for a surprisingly large number of field types, and
they even have an effect (sometimes, on some queries).

As a first step in finally removing all traces of index time boosting, this comment emits
a deprecation warning whenever a boost parameter is found on a mapping definition.
2020-09-18 15:40:53 +01:00
..
src Emit deprecation warnings when boosts are defined in mappings (#62623) 2020-09-18 15:40:53 +01:00
build.gradle Add snapshot only test modules (#61954) 2020-09-04 16:35:18 -07:00