Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit fd072a8

Browse files
committed
Edited 030_Data/45_Partial_update.asciidoc with Atlas code editor
1 parent 9c90d4b commit fd072a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

030_Data/45_Partial_update.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ Retrieving the document shows the updated `_source` field:
7171

7272
==== Using Scripts to Make Partial Updates
7373

74-
.Scripting with Groovy
7574

7675
Scripts can be used in the `update` API to change the contents of the `_source`
7776
field, which ((("_source field", sortas="source field")))is referred to inside an update script as `ctx._source`. For
@@ -87,6 +86,7 @@ POST /website/blog/1/_update
8786
--------------------------------------------------
8887
// SENSE: 030_Data/45_Partial_update.json
8988

89+
.Scripting with Groovy
9090
****
9191
9292
For those ((("documents", "partial updates", "using scripts")))((("updating documents", "partial updates", "using scripts")))moments when the API just isn't enough, Elasticsearch allows you to

0 commit comments

Comments
 (0)