Skip to content

Commit 24dd769

Browse files
authored
[DOCS] Add xref for runtime fields (#69738) (#69750)
1 parent c0fbc17 commit 24dd769

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reference/search/search-your-data/retrieve-selected-fields.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ The `fields` parameter allows for retrieving a list of document fields in
6464
the search response. It consults both the document `_source` and the index
6565
mappings to return each value in a standardized way that matches its mapping
6666
type. By default, date fields are formatted according to the
67-
<<mapping-date-format,date format>> parameter in their mappings.
67+
<<mapping-date-format,date format>> parameter in their mappings. You can also
68+
use the `fields` parameter to retrieve <<runtime-retrieving-fields,runtime field
69+
values>>.
6870

6971
The following search request uses the `fields` parameter to retrieve values
7072
for the `user.id` field, all fields starting with `http.response.`, and the

0 commit comments

Comments
 (0)