Skip to content

Commit e8f6d42

Browse files
committed
Updates to address feedback
1 parent de16642 commit e8f6d42

File tree

4 files changed

+4
-13
lines changed

4 files changed

+4
-13
lines changed

docs/reference/mapping/types.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ string:: <<text,`text`>> and <<keyword,`keyword`>>
5656

5757
[float]
5858
[[types-array-handling]]
59-
=== Array handling
59+
=== Arrays
6060
In {es}, arrays do not require a dedicated field datatype. Any field can contain
6161
zero or more values by default, however, all values in the array must be of the
6262
same datatype. See <<array>>.
@@ -77,6 +77,8 @@ via the <<multi-fields>> parameter.
7777

7878
include::types/alias.asciidoc[]
7979

80+
include::types/array.asciidoc[]
81+
8082
include::types/binary.asciidoc[]
8183

8284
include::types/range.asciidoc[]
@@ -120,5 +122,3 @@ include::types/dense-vector.asciidoc[]
120122
include::types/sparse-vector.asciidoc[]
121123

122124
include::types/search-as-you-type.asciidoc[]
123-
124-
include::types/array.asciidoc[]

docs/reference/mapping/types/array.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[array]]
2-
=== Array handling
2+
=== Arrays
33

44
In Elasticsearch, there is no dedicated `array` datatype. Any field can contain
55
zero or more values by default, however, all values in the array must be of the

docs/reference/mapping/types/numeric.asciidoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@ to help make a decision.
7878
|`half_float`|+2^-24^+ |+65504+ |+11+ / +3.31+
7979
|=======================================================================
8080

81-
[[number-array]]
82-
==== Array handling for numeric fields
83-
You can use a numeric field to store an array of numbers. However, all values in
84-
the array must be of the same datatype. See <<array>>.
85-
8681
[[number-params]]
8782
==== Parameters for numeric fields
8883

docs/reference/mapping/types/text.asciidoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ PUT my_index
3030
--------------------------------
3131
// CONSOLE
3232

33-
[[text-array]]
34-
==== Array handling for text fields
35-
You can use a `text` field to store an array of strings. See <<array>>.
36-
3733
[[text-multi-fields]]
3834
==== Use a field as both text and keyword
3935
Sometimes it is useful to have both a full text (`text`) and a keyword

0 commit comments

Comments
 (0)