a906f8a0e4
Keyword field values with length more than ignore_above are not indexed. But highlighters still were retrieving these values from _source and were trying to highlight them. This sometimes lead to errors if a field length exceeded max_analyzed_offset. But also this is an overall wrong behaviour to attempt to highlight something that was ignored during indexing. This PR checks if a keyword value was ignored because of its length, and if yes, skips highlighting it. Backport: #53408 Closes #43800 |
||
---|---|---|
.. | ||
apis | ||
migrate_7_0 | ||
index.asciidoc | ||
migrate_7_0.asciidoc | ||
migrate_7_1.asciidoc | ||
migrate_7_2.asciidoc | ||
migrate_7_3.asciidoc | ||
migrate_7_4.asciidoc | ||
migrate_7_5.asciidoc | ||
migrate_7_6.asciidoc | ||
migrate_7_7.asciidoc | ||
migration.asciidoc |