Skip to content

Commit e1c6559

Browse files
[8.19][DOCS] Highlight the subscription requirement for synthetic _source (#133444)
* 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 b55b4dc commit e1c6559

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reference/mapping/fields/synthetic-source.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
[[synthetic-source]]
22
==== Synthetic `_source`
33

4+
NOTE: This feature requires a https://www.elastic.co/subscriptions[subscription].
5+
46
Though very handy to have around, the source field takes up a significant amount
57
of space on disk. Instead of storing source documents on disk exactly as you
68
send them, Elasticsearch can reconstruct source content on the fly upon retrieval.
7-
To enable this https://www.elastic.co/subscriptions[subscription] feature, use the value `synthetic` for the index setting `index.mapping.source.mode`:
9+
To enable this feature, use the value `synthetic` for the index setting `index.mapping.source.mode`:
810

911
[source,console,id=enable-synthetic-source-example]
1012
----

0 commit comments

Comments
 (0)