mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
ignore_above is used to guard against the lucene limitation that a term cannot exceed 32766 bytes. However, the implementation just used the character count, which doesn't take into account the fact that some characters have multi-byte utf-8 encodings. This commit updates the docs to make this relationship clear. Closes #11563 |
||
---|---|---|
.. | ||
fields | ||
types | ||
date-format.asciidoc | ||
dynamic-mapping.asciidoc | ||
fielddata_formats.asciidoc | ||
fields.asciidoc | ||
meta.asciidoc | ||
transform.asciidoc | ||
types.asciidoc |