We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777af37 commit 03b91b6Copy full SHA for 03b91b6
402_Nested/30_Nested_objects.asciidoc
@@ -79,7 +79,7 @@ The correlation between `Alice` and `31`, or between `John` and `2014-09-01`, ha
79
from a search point of view, for storing an array of objects.
80
81
This is the problem that _nested objects_ are designed to solve. By mapping
82
-the `commments` field as type `nested` instead of type `object`, each nested
+the `comments` field as type `nested` instead of type `object`, each nested
83
object is indexed as a _hidden separate document_, something like this:
84
85
[source,json]
0 commit comments