Skip to content

Commit 693697a

Browse files
authored
Add link to example in reference docs (#4640)
1 parent 6f0fe00 commit 693697a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

specification/_doc_ids/table.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@ reroute-processor,https://www.elastic.co/docs/reference/enrich-processor/reroute
607607
render-search-template-api,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-render-search-template,https://www.elastic.co/guide/en/elasticsearch/reference/8.18/render-search-template-api.html
608608
reset-transform,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-transform-reset-transform,https://www.elastic.co/guide/en/elasticsearch/reference/8.18/reset-transform.html
609609
restore-snapshot,https://www.elastic.co/docs/deploy-manage/tools/snapshot-and-restore/restore-snapshot,
610+
retrieve-stored-fields,https://www.elastic.co/docs/reference/elasticsearch/rest-apis/retrieve-stored-fields
610611
role-restriction,https://www.elastic.co/docs/deploy-manage/users-roles/cluster-or-deployment-auth/role-restriction,
611612
rollup-agg-limitations,https://www.elastic.co/docs/manage-data/lifecycle/rollup/rollup-aggregation-limitations,
612613
rollup-delete-job,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-rollup-delete-job,https://www.elastic.co/guide/en/elasticsearch/reference/8.18/rollup-delete-job.html

specification/_global/get/GetRequest.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export interface Request extends RequestBase {
110110
query_parameters: {
111111
/**
112112
* Indicates whether the request forces synthetic `_source`.
113-
* Use this paramater to test if the mapping supports synthetic `_source` and to get a sense of the worst case performance.
113+
* Use this parameter to test if the mapping supports synthetic `_source` and to get a sense of the worst case performance.
114114
* Fetches with this parameter enabled will be slower than enabling synthetic source natively in the index.
115115
* @availability stack since=8.4.0 visibility=feature_flag feature_flag=es.index_mode_feature_flag_registered
116116
*/
@@ -163,8 +163,9 @@ export interface Request extends RequestBase {
163163
* A comma-separated list of stored fields to return as part of a hit.
164164
* If no fields are specified, no stored fields are included in the response.
165165
* If this field is specified, the `_source` parameter defaults to `false`.
166-
* Only leaf fields can be retrieved with the `stored_field` option.
167-
* Object fields can't be returned;​if specified, the request fails.
166+
* Only leaf fields can be retrieved with the `stored_fields` option.
167+
* Object fields can't be returned; if specified, the request fails.
168+
* @ext_doc_id retrieve-stored-fields
168169
*/
169170
stored_fields?: Fields
170171
/**

0 commit comments

Comments
 (0)