diff --git a/docs/reference/search/request/source-filtering.asciidoc b/docs/reference/search/request/source-filtering.asciidoc index 56b10913914..7b81742e087 100644 --- a/docs/reference/search/request/source-filtering.asciidoc +++ b/docs/reference/search/request/source-filtering.asciidoc @@ -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`: