You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/mapping/fields/synthetic-source.asciidoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
[[synthetic-source]]
2
2
==== Synthetic `_source`
3
3
4
+
NOTE: This feature requires a https://www.elastic.co/subscriptions[subscription].
5
+
4
6
Though very handy to have around, the source field takes up a significant amount
5
7
of space on disk. Instead of storing source documents on disk exactly as you
6
8
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`:
0 commit comments