浏览代码

Remove note on marking copy_to fields as stored. (#65459)

During highlighting, we now load all values that were copied into the field
through copy_to. So there's no longer a reason to set 'store: true' to account
for fields not available in _source.
Julie Tibshirani 4 年之前
父节点
当前提交
abe5e1707e
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      docs/reference/mapping/params/store.asciidoc

+ 0 - 3
docs/reference/mapping/params/store.asciidoc

@@ -65,6 +65,3 @@ If you need the original value, you should retrieve it from the `_source`
 field instead.
 
 ======================================
-
-Another situation where it can make sense to make a field stored is for those
-that don't appear in the `_source` field (such as <<copy-to,`copy_to` fields>>).