Skip to content

Commit 336df7a

Browse files
authored
Update disabling _source doc mentioning highlight (#87582)
Closes #87311
1 parent 4bae370 commit 336df7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Keep in mind that large shard sizes come with drawbacks, such as long full recov
7777
[[disable-source]]
7878
=== Disable `_source`
7979

80-
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.
80+
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.
8181

8282
[discrete]
8383
[[best-compression]]

0 commit comments

Comments
 (0)