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 a1ad855 commit 3c7a01fCopy full SHA for 3c7a01f
docs/reference/mapping/params/ignore-above.asciidoc
@@ -56,5 +56,5 @@ limit of `32766`.
56
57
NOTE: The value for `ignore_above` is the _character count_, but Lucene counts
58
bytes. If you use UTF-8 text with many non-ASCII characters, you may want to
59
-set the limit to `32766 / 3 = 10922` since UTF-8 characters may occupy at most
60
-3 bytes.
+set the limit to `32766 / 4 = 8191` since UTF-8 characters may occupy at most
+4 bytes.
0 commit comments