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

make text consistent with example #575

Merged
merged 1 commit into from
Oct 6, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
make text consistent with example
  • Loading branch information
kingrhoton authored Jul 26, 2016
commit a949c071ab3b8ae25b58e12a10e96ab0a1989f67
2 changes: 1 addition & 1 deletion 030_Data/15_Get.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Content-Length: 83
==== Retrieving Part of a Document

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

Expand Down