File tree 1 file changed +3
-2
lines changed
server/src/main/java/org/elasticsearch/rest/action/admin/indices 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 41
41
public class RestPutMappingAction extends BaseRestHandler {
42
42
private static final DeprecationLogger deprecationLogger = new DeprecationLogger (
43
43
LogManager .getLogger (RestPutMappingAction .class ));
44
- public static final String TYPES_DEPRECATION_MESSAGE = "[types removal] Using include_type_name in put " +
45
- "mapping requests is deprecated. The parameter will be removed in the next major version." ;
44
+ public static final String TYPES_DEPRECATION_MESSAGE = "[types removal] Specifying types in put mapping " +
45
+ "requests is deprecated. The parameter include_type_name should be provided and set to false to be " +
46
+ "compatible with the next major version." ;
46
47
47
48
public RestPutMappingAction (Settings settings , RestController controller ) {
48
49
super (settings );
You can’t perform that action at this time.
0 commit comments