We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180ba1e commit fe11cdfCopy full SHA for fe11cdf
docs/reference/elasticsearch/mapping-reference/text.md
@@ -357,7 +357,6 @@ This decomposition allows for improved compression on log-like data.
357
We call the static portion of the value the `template`.
358
Although the template cannot be accessed directly, a separate field called `<field_name>.template_id` is accessible.
359
This field is a hash of the template and can be used to group similar values.
360
-Because of this, `<field_name>.template_id` is also subject to future changes.
361
362
Unlike most mapping types, `pattern_text` does not support multiple values for a given field per document.
363
If a document is created with multiple values for a pattern_text field, an error will be returned.
0 commit comments