From ff312512c5ddf78715668d56b42e94d8ad9997ac Mon Sep 17 00:00:00 2001 From: Julie Tibshirani Date: Fri, 16 Oct 2020 17:13:29 -0700 Subject: [PATCH] Mark the search 'fields' option as beta. (#63699) We've identified two important enhancements that may affect the API. We expect any API changes from these enhancements to be minor, but want to leave open the possibility for small breaks. For example, we may end up returning unmapped fields by default, or omitting nested fields from the root hit. The impact to users should be quite small. We're tracking the issues we need to resolve before removing the 'beta' label here: #60985. --- .../search/search-your-data/retrieve-selected-fields.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/search/search-your-data/retrieve-selected-fields.asciidoc b/docs/reference/search/search-your-data/retrieve-selected-fields.asciidoc index 63576079a0504..ee4a90c45076b 100644 --- a/docs/reference/search/search-your-data/retrieve-selected-fields.asciidoc +++ b/docs/reference/search/search-your-data/retrieve-selected-fields.asciidoc @@ -60,6 +60,7 @@ following sections: [discrete] [[search-fields-param]] === Fields +beta::[] The `fields` parameter allows for retrieving a list of document fields in the search response. It consults both the document `_source` and the index