Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 06d777b

Browse files
committed
Edited 402_Nested/35_Nested_aggs.asciidoc with Atlas code editor
1 parent 13f51c6 commit 06d777b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 402_Nested/35_Nested_aggs.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,12 @@ joins.
165165

166166
The disadvantages of the nested model are as follows:
167167

168-
* To add, change or delete a nested document, the whole document must be
168+
* To add, change, or delete a nested document, the whole document must be
169169
reindexed. This becomes more costly the more nested documents there are.
170170

171171
* Search requests return the whole document, not just the matching nested
172172
documents. Although there are plans afoot to support returning the best
173-
matching nested documents with the root document, this is not yet supported.
173+
-matching nested documents with the root document, this is not yet supported.
174174

175175
Sometimes you need a complete separation between the main document and its
176176
associated entities. This separation is provided by the _parent-child

0 commit comments

Comments
 (0)