Skip to content

Commit ecd8a03

Browse files
Updated wording for clarity for new users
1 parent eeef805 commit ecd8a03

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/reference/mapping/types/array.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ same data type. For instance:
1414
[NOTE]
1515
====================================================
1616
17-
Arrays of objects do not work as you would expect: you cannot query each
18-
object independently of the other objects in the array. If you need to be
19-
able to do this then you should use the <<nested,`nested`>> data type instead
17+
Arrays of objects in Elasticsearch do not behave as you would expect: queries may match fields across different objects in the array, leading to unexpected results. To ensure queries match fields within the same object, use the <<nested,`nested`>> data type instead
2018
of the <<object,`object`>> data type.
2119
2220
This is explained in more detail in <<nested>>.

0 commit comments

Comments
 (0)