We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539a5b2 commit 3fae518Copy full SHA for 3fae518
specification/_global/get/GetRequest.ts
@@ -165,7 +165,7 @@ export interface Request extends RequestBase {
165
* If this field is specified, the `_source` parameter defaults to `false`.
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
- * For an example, refer to [Retrieve stored fields](https://www.elastic.co/docs/reference/elasticsearch/rest-apis/retrieve-stored-fields).
+ * @ext_doc_id retrieve-stored-fields
169
*/
170
stored_fields?: Fields
171
/**
0 commit comments