Skip to content

Commit 84f9dcc

Browse files
yibinlincbuescher
authored andcommitted
Tiny correction in inner-hits.asciidoc (#25066)
1 parent 3ab4b22 commit 84f9dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/search/request/inner-hits.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Nested document don't have a `_source` field, because the entire source of docum
155155
its `_source` field. To include the source of just the nested document, the source of the root document is parsed and just
156156
the relevant bit for the nested document is included as source in the inner hit. Doing this for each matching nested document
157157
has an impact on the time it takes to execute the entire search request, especially when `size` and the inner hits' `size`
158-
are set higher than the default. To avoid the relative expensive source extraction for nested inner hits, one can disable
158+
are set higher than the default. To avoid the relatively expensive source extraction for nested inner hits, one can disable
159159
including the source and solely rely on stored fields.
160160

161161
Enabled stored field for fields under the nested object field in your mapping:
@@ -273,4 +273,4 @@ An example of a response snippet that could be generated from the above search r
273273
}
274274
},
275275
...
276-
--------------------------------------------------
276+
--------------------------------------------------

0 commit comments

Comments
 (0)