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

Commit 03c3ba4

Browse files
kingrhotonpolyfractal
authored andcommitted
make text consistent with example (#575)
1 parent 09d7265 commit 03c3ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

030_Data/15_Get.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Content-Length: 83
7272
==== Retrieving Part of a Document
7373

7474
By default, a `GET` request((("documents", "retrieving part of"))) will return the whole document, as stored in the
75-
`_source` field. But perhaps all you are interested in is the `title` field.
75+
`_source` field. But perhaps all you are interested in are the `title` and `text` fields.
7676
Individual fields can be ((("fields", "returning individual document fields")))((("_source field", sortas="source field")))requested by using the `_source` parameter. Multiple
7777
fields can be specified in a comma-separated list:
7878

0 commit comments

Comments
 (0)