Issue
- You might encounter some deprecation warning in your Elasticsearch logs regarding the removal of mapping types:
Using include_type_name in get mapping requests is deprecated.
The parameter will be removed in the next major version.
Environment
- Liferay DXP 7.1+
- Elasticsearch 7.x+
Resolution
- The warning message can be safely ignored as it is a simple deprecation warning
- It is most likely that we will remove the mapping types as part of LPS-174794
Additional Information