浏览代码

Update disabling _source doc mentioning highlight (#87582)


Closes #87311
Elasticsearch addict 3 年之前
父节点
当前提交
336df7a266
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/how-to/disk-usage.asciidoc

+ 1 - 1
docs/reference/how-to/disk-usage.asciidoc

@@ -77,7 +77,7 @@ Keep in mind that large shard sizes come with drawbacks, such as long full recov
 [[disable-source]]
 [[disable-source]]
 === Disable `_source`
 === Disable `_source`
 
 
-The <<mapping-source-field,`_source`>> field stores the original JSON body of the document. If you don’t need access to it you can disable it. However, APIs that needs access to `_source` such as update and reindex won’t work.
+The <<mapping-source-field,`_source`>> field stores the original JSON body of the document. If you don’t need access to it you can disable it. However, APIs that needs access to `_source` such as update, highlight and reindex won’t work.
 
 
 [discrete]
 [discrete]
 [[best-compression]]
 [[best-compression]]