Skip to content

Commit

Permalink
Mark the search 'fields' option as beta. (#63699)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jtibshirani committed Oct 18, 2020
1 parent e72e915 commit 76e5c37
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76e5c37

Please sign in to comment.