diff --git a/index.html b/index.html index 31d33a5..a76c958 100644 --- a/index.html +++ b/index.html @@ -442,6 +442,37 @@
POST /_reindex
+{
+ "source": {
+ "index": "old_index"
+ },
+ "dest": {
+ "index": "new_index"
+ }
+}
+
+
+ POST /_reindex
+{
+ "source": {
+ "index": "old_index"
+ "query": {
+ "term": {
+ "user": "johndoe"
+ }
+ }
+ },
+ "dest": {
+ "index": "new_index"
+ }
+}
+
+
PUT /my_index_name/_settings