Mapping update for “date_range” field type is not idempotent #69012
Labels
>bug
:Search Foundations/Mapping
Index mappings, including merging and defining field types
Team:Search Foundations
Meta label for the Search Foundations team in Elasticsearch
Elasticsearch version (
bin/elasticsearch --version
): 7.10.1, 7.10.2 (both inside container, https://hub.docker.com/_/elasticsearch/)Plugins installed: []
JVM version (
java -version
): JVM[AdoptOpenJDK/OpenJDK 64-Bit Server VM/15.0.1/15.0.1+9]OS version (
uname -a
if on a Unix-like system): Linux/5.8.0-43-generic/amd64Description of the problem including expected versus actual behavior:
ES does not allow to update
date_range
fields with exact same mapping settings and responds with 500.Expect to see just confirmation, but get that odd error. By the way, this does not happen with integer or keyword fields.
Steps to reproduce:
Provide logs (if relevant):
The text was updated successfully, but these errors were encountered: