[DOCS] Rearranges Examples section in Node.JS book (#1425) (#1431)

This commit is contained in:
István Zoltán Szabó
2021-03-29 15:02:59 +02:00
committed by GitHub
parent b53466e41c
commit 3d2720d3c8
17 changed files with 18 additions and 17 deletions

View File

@ -1,5 +1,5 @@
[[update_examples]]
== Update
=== Update
The update API allows updates of a specific document using the given script. +
In the following example, we will index a document that also tracks how many times a character has said the given quote, and then we will update the `times` field.