Skip to content

Commit de16642

Browse files
committed
Add detail to array section of datatypes page
1 parent 414bbc5 commit de16642

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reference/mapping/types.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ string:: <<text,`text`>> and <<keyword,`keyword`>>
5757
[float]
5858
[[types-array-handling]]
5959
=== Array handling
60-
In {es}, arrays do not require a dedicated field datatype. See <<array>>.
60+
In {es}, arrays do not require a dedicated field datatype. Any field can contain
61+
zero or more values by default, however, all values in the array must be of the
62+
same datatype. See <<array>>.
6163

6264
[float]
6365
=== Multi-fields

0 commit comments

Comments
 (0)