|
@@ -49,11 +49,9 @@ GET _search <4>
|
|
|
<3> This document will be indexed, but without indexing the `message` field.
|
|
|
<4> Search returns both documents, but only the first is present in the terms aggregation.
|
|
|
|
|
|
-TIP: The `ignore_above` setting is allowed to have different settings for
|
|
|
-fields of the same name in the same index. Its value can be updated on
|
|
|
+TIP: The `ignore_above` setting can be updated on
|
|
|
existing fields using the <<indices-put-mapping,PUT mapping API>>.
|
|
|
|
|
|
-
|
|
|
This option is also useful for protecting against Lucene's term byte-length
|
|
|
limit of `32766`.
|
|
|
|