We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e302d80 commit 251b4fcCopy full SHA for 251b4fc
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