Skip to content

Commit eac5614

Browse files
committed
Addressing PR comment
1 parent 91ee944 commit eac5614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/mapping/params/ignore-above.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
=== `ignore_above`
33

44
Strings longer than the `ignore_above` setting will not be indexed or stored.
5-
For arrays of strings, `ignore_above` will be applied for each array element and string elements longer than `ignore_above` will not be indexed or stored.
5+
For arrays of strings, `ignore_above` will be applied for each array element separately and string elements longer than `ignore_above` will not be indexed or stored.
66

77
NOTE: All strings/array elements will still be present in the `_source` field, if the latter is enabled which is the default in Elasticsearch.
88

0 commit comments

Comments
 (0)