Skip to content

Commit 0d736d2

Browse files
[DOCS] Highlight the subscription requirement for synthetic _source (#133443)
* Add a note about the subscription requirement for synthetic * Apply suggestions from code review Co-authored-by: Liam Thompson <[email protected]> --------- Co-authored-by: Liam Thompson <[email protected]>
1 parent 814cde1 commit 0d736d2

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 requires a [subscription](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)