Skip to content

Commit b48e244

Browse files
committed
Add a note about the subscription requirement for synthetic
1 parent fedf88f commit b48e244

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ If disk usage is important to you, then consider the following options:
1717

1818
## Synthetic `_source` [synthetic-source]
1919

20-
Though very handy to have around, the source field takes up a significant amount of space on disk. Instead of storing source documents on disk exactly as you send them, Elasticsearch can reconstruct source content on the fly upon retrieval. To enable this [subscription](https://www.elastic.co/subscriptions) feature, use the value `synthetic` for the index setting `index.mapping.source.mode`:
20+
:::{note}
21+
This feature is only available with a certain subscription license. For more information, refer to [Subscriptions](https://www.elastic.co/subscriptions).
22+
:::
23+
24+
Though very handy to have around, the source field takes up a significant amount of space on disk. Instead of storing source documents on disk exactly as you send them, Elasticsearch can reconstruct source content on the fly upon retrieval. To enable this feature, use the value `synthetic` for the index setting `index.mapping.source.mode`:
2125

2226
$$$enable-synthetic-source-example$$$
2327

0 commit comments

Comments
 (0)