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.
ignore_above
1 parent f7c4740 commit 9163c9bCopy full SHA for 9163c9b
docs/reference/mapping/types/keyword.asciidoc
@@ -62,8 +62,10 @@ The following parameters are accepted by `keyword` fields:
62
63
<<ignore-above,`ignore_above`>>::
64
65
- Do not index any string longer than this value. Defaults to
66
- `2147483647` so that all values would be accepted.
+ Do not index any string longer than this value. Defaults to `2147483647`
+ so that all values would be accepted. Please however note that default
67
+ dynamic mapping rules create a sub `keyword` field that overrides this
68
+ default by setting `ignore_above: 256`.
69
70
<<mapping-index,`index`>>::
71
0 commit comments