Skip to content

Commit 1dd28b2

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

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
@@ -14,7 +14,11 @@ If disk usage is important to you, then consider the following options:
1414

1515
## Synthetic `_source` [synthetic-source]
1616

17-
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`:
17+
:::{note}
18+
This feature requires a [subscription](https://www.elastic.co/subscriptions).
19+
:::
20+
21+
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`:
1822

1923
$$$enable-synthetic-source-example$$$
2024

0 commit comments

Comments
 (0)