Skip to content

Commit 67fa048

Browse files
committed
iter
1 parent 9e3a1b0 commit 67fa048

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,9 @@ An expert-only feature is the ability to prune the contents of the `_source` fie
356356
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.
357357
::::
358358

359-
In {{serverless-short}}, these parameters are by default not configurable, unless the `index.lossy.source-mapping-parameters` cluster setting is set to `true`.
359+
::::{note}
360+
Source pruning is not available in {{serverless-short}}
361+
::::
360362

361363
The `includes`/`excludes` parameters (which also accept wildcards) can be used as follows:
362364

0 commit comments

Comments
 (0)