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 fe11cdf commit 75aa09dCopy full SHA for 75aa09d
docs/reference/elasticsearch/mapping-reference/text.md
@@ -358,6 +358,8 @@ 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
361
+### Limitations
362
+
363
Unlike most mapping types, `pattern_text` does not support multiple values for a given field per document.
364
If a document is created with multiple values for a pattern_text field, an error will be returned.
365
0 commit comments