Skip to content

Commit b89df01

Browse files
Paikanclintongormley
authored andcommitted
s/update/partial update/ in _source metadata
Maybe it is better to specify that only partial update requests won't work if _source is disabled?
1 parent 6690d75 commit b89df01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

070_Index_Mgmt/31_Metadata_source.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is almost always desired functionality because it means that:
1010
* the full document is available directly from the search results -- no need
1111
for a separate round trip to fetch the document from another datastore
1212

13-
* `update` requests will not function without the `_source` field
13+
* partial `update` requests will not function without the `_source` field
1414

1515
* when your mapping changes and you need to reindex your data, you can
1616
do so directly from Elasticsearch instead of having to retrieve all of your

0 commit comments

Comments
 (0)