Skip to content

Commit 633586f

Browse files
Apply suggestions from code review
Co-authored-by: Liam Thompson <[email protected]>
1 parent 736631e commit 633586f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/elasticsearch/mapping-reference/mapping-source-field.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If disk usage is important to you, then consider the following options:
1818
## Synthetic `_source` [synthetic-source]
1919

2020
:::{note}
21-
This feature is only available with a certain subscription license. For more information, refer to [Subscriptions](https://www.elastic.co/subscriptions).
21+
This feature requires a [subscription](https://www.elastic.co/subscriptions).
2222
:::
2323

2424
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`:

0 commit comments

Comments
 (0)