[DOCS] Clarify nested datatype introduction (#31055)
This commit is contained in:
parent
0c9d4cb417
commit
d09d60858a
|
@ -2,8 +2,8 @@
|
|||
=== Nested datatype
|
||||
|
||||
The `nested` type is a specialised version of the <<object,`object`>> datatype
|
||||
that allows arrays of objects to be indexed and queried independently of each
|
||||
other.
|
||||
that allows arrays of objects to be indexed in a way that they can be queried
|
||||
independently of each other.
|
||||
|
||||
==== How arrays of objects are flattened
|
||||
|
||||
|
|
Loading…
Reference in New Issue