Unexpected behavior of flattened field with changed ignore_above #48907
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
):docker.elastic.co/elasticsearch/elasticsearch:7.4.2
Plugins installed: []
JVM version (
java -version
):docker.elastic.co/elasticsearch/elasticsearch:7.4.2
OS version (
uname -a
if on a Unix-like system):docker.elastic.co/elasticsearch/elasticsearch:7.4.2
Description of the problem including expected versus actual behavior:
Steps to reproduce:
ignore_above
ignore_above
settings will stop this doc's field to be indexed.This request is attached (because it is too long): step_3.txt
Provide logs (if relevant):
So, I expect that changed
ignore_above
value will make error not happen, but happens. Also, these examples work as expected:example_with_keyword.txt
example_with_set_ignore_above.txt
example_with_smaller_len.txt
The text was updated successfully, but these errors were encountered: