You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/elasticsearch/mapping-reference/mapping-source-field.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -356,6 +356,9 @@ An expert-only feature is the ability to prune the contents of the `_source` fie
356
356
Removing fields from the `_source` has similar downsides to disabling `_source`, especially the fact that you cannot reindex documents from one Elasticsearch index to another. Consider using [source filtering](/reference/elasticsearch/rest-apis/retrieve-selected-fields.md#source-filtering) instead.
357
357
::::
358
358
359
+
::::{note}
360
+
Source pruning is not available in {{serverless-short}}
361
+
::::
359
362
360
363
The `includes`/`excludes` parameters (which also accept wildcards) can be used as follows:
Copy file name to clipboardExpand all lines: modules/data-streams/src/javaRestTest/java/org/elasticsearch/datastreams/DisabledSecurityDataStreamTestCase.java
0 commit comments