Fix confusing sentence

The original sentence didn't make much sense. I hope this is a bit better. Taken heavy inspiration from c63d8c4fb5
This commit is contained in:
Lars Francke 2014-02-02 16:14:37 +01:00 committed by Adrien Grand
parent 7cbd0962b5
commit 1bd9dc129b
1 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,9 @@ added[1.0.0.Beta1]
Allows to control how the `_source` field is returned with every hit.
By default, the contents of the `_source` field unless
you have used the `fields` parameter or if the `_source` field is disabled.
By default operations return the contents of the `_source` field unless
you have used the `fields` parameter or if the `_source` field is disabled.
You can turn off `_source` retrieval by using the `_source` parameter:
To disable `_source` retrieval set to `false`: