Skip to content

Commit 48a87f4

Browse files
committed
Add a note about the subscription requirement for synthetic
1 parent b55b4dc commit 48a87f4

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 is only available with a certain subscription license. For more information, refer to https://www.elastic.co/subscriptions[Subscriptions].
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)