[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 @@
[[reindex_examples]]
== Reindex
=== Reindex
The `reindex` API extracts the document source from the source index and indexes the documents into the destination index. You can copy all documents to the destination index, reindex a subset of the documents or update the source before to reindex it.