Skip to content

Commit 7d87db6

Browse files
authored
Merge branch 'main' into ShardSearchStats_usage_search_load_per_index
2 parents 14a813e + 445c3eb commit 7d87db6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,18 +308,19 @@ PUT my-index-000001
308308
}
309309
```
310310

311-
::::{admonition} Think before disabling the _source field
311+
::::{admonition} Disabling the `_source` field
312312
:class: warning
313313

314-
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:
314+
Do not disable the `_source` field, unless absolutely necessary. If you disable it, the following critical features will not be supported:
315315

316316
* 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.
317-
* In the {{kib}} [Discover](docs-content://explore-analyze/discover.md) application, field data will not be displayed.
317+
* Display of field data in the {{kib}} [Discover](docs-content://explore-analyze/discover.md) application.
318318
* On the fly [highlighting](/reference/elasticsearch/rest-apis/highlighting.md).
319319
* 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.
320320
* The ability to debug queries or aggregations by viewing the original document used at index time.
321321
* Potentially in the future, the ability to repair index corruption automatically.
322322

323+
323324
::::
324325

325326
::::{note}

0 commit comments

Comments
 (0)