Skip to content

Commit edc39be

Browse files
authored
[9.1] [DOCS] Reformat warning (#130697) (#130700)
* [DOCS] Reformat warning (#130697) We should have used the standard warning here because we don't need a title for the admonition (cherry picked from commit ec5254b) # Conflicts: # docs/reference/elasticsearch/mapping-reference/mapping-source-field.md * update
1 parent 21840ca commit edc39be

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/reference/elasticsearch/mapping-reference/mapping-source-field.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,13 +305,12 @@ PUT my-index-000001
305305
}
306306
```
307307

308-
::::{admonition} Think before disabling the _source field
309-
:class: warning
308+
::::{warning}
310309

311-
Users often disable the `_source` field without thinking about the consequences, and then live to regret it. If the `_source` field isn’t available then a number of features are not supported:
310+
Do not disable the `_source` field, unless absolutely necessary. If you disable it, the following critical features will not be supported:
312311

313312
* The [`update`](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-update), [`update_by_query`](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-update-by-query), and [`reindex`](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-reindex) APIs.
314-
* In the {{kib}} [Discover](docs-content://explore-analyze/discover.md) application, field data will not be displayed.
313+
* Display of field data in the {{kib}} [Discover](docs-content://explore-analyze/discover.md) application.
315314
* On the fly [highlighting](/reference/elasticsearch/rest-apis/highlighting.md).
316315
* The ability to reindex from one Elasticsearch index to another, either to change mappings or analysis, or to upgrade an index to a new major version.
317316
* The ability to debug queries or aggregations by viewing the original document used at index time.

0 commit comments

Comments
 (0)