June 2017
Beginner to intermediate
404 pages
8h 22m
English
You can combine the documents from one or more indices into one big index, as shown next:
POST _reindex { "source": { "index": [ "source_index_1", "source_index_2" ] }, "dest": { "index": "dest_index" } }
Read now
Unlock full access