Skip to content

Commit fbf2e3d

Browse files
yibinlincbuescher
authored andcommitted
Tiny correction in inner-hits.asciidoc (#25066)
1 parent 8b9c201 commit fbf2e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

202202
[source,js]

0 commit comments

Comments
 (0)