Skip to content

Commit d5a33e4

Browse files
authored
Update search-your-data.asciidoc (#94878)
Minor typo `hit.hits` => `hits.hits`
1 parent a9a2cb2 commit d5a33e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/search/search-your-data/search-your-data.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ By default, searches return only the top 10 matching hits. To retrieve
202202
more or fewer documents, see <<paginate-search-results>>.
203203

204204
*Retrieve selected fields* +
205-
The search response's `hit.hits` property includes the full document
205+
The search response's `hits.hits` property includes the full document
206206
<<mapping-source-field,`_source`>> for each hit. To retrieve only a subset of
207207
the `_source` or other fields, see <<search-fields>>.
208208

0 commit comments

Comments
 (0)