Skip to content

Commit ff47ce9

Browse files
authored
update
1 parent 2e34f54 commit ff47ce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,10 @@ PUT my-index-000001
307307

308308
::::{warning}
309309

310-
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:
311311

312312
* 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.
313-
* 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.
314314
* On the fly [highlighting](/reference/elasticsearch/rest-apis/highlighting.md).
315315
* 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.
316316
* The ability to debug queries or aggregations by viewing the original document used at index time.

0 commit comments

Comments
 (0)