浏览代码

[DOCS] Document source-related restrictions (#124011)

* Document source-related restrictions

* Update mapping-source-field.md

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

Co-authored-by: Marci W <333176+marciw@users.noreply.github.com>

* Update mapping-source-field.md

---------

Co-authored-by: Marci W <333176+marciw@users.noreply.github.com>
Kostas Krikellas 7 月之前
父节点
当前提交
296cae8a30
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      docs/reference/elasticsearch/mapping-reference/mapping-source-field.md

+ 5 - 0
docs/reference/elasticsearch/mapping-reference/mapping-source-field.md

@@ -48,6 +48,7 @@ For all other field types, the original value of the field is stored as is, in t
 
 Some field types have additional restrictions. These restrictions are documented in the **synthetic `_source`** section of the field type’s [documentation](/reference/elasticsearch/mapping-reference/field-data-types.md).
 
+Synthetic source is not supported in [source-only](docs-content://deploy-manage/tools/snapshot-and-restore/source-only-repository.md) snapshot repositories. To store indexes that use synthetic `_source`, choose a different repository type.
 
 ### Synthetic `_source` modifications [synthetic-source-modifications]
 
@@ -318,6 +319,10 @@ Users often disable the `_source` field without thinking about the consequences,
 
 ::::
 
+::::{note}
+You can't disable the `_source` field for indexes with [`index_mode`](/reference/elasticsearch/index-settings/index-modules.md#index-mode-setting) set to `logsdb` or `time_series`.
+::::
+
 
 ::::{tip}
 If disk space is a concern, rather increase the [compression level](/reference/elasticsearch/index-settings/index-modules.md#index-codec) instead of disabling the `_source`.