mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 06:16:40 +00:00
Merge pull request #17443 from martijnvg/reindex_small_doc_fixed
Fix small reindex doc issues
This commit is contained in:
commit
91fc9daeda
@ -154,7 +154,7 @@ POST /_reindex
|
|||||||
"index": ["twitter", "blog"],
|
"index": ["twitter", "blog"],
|
||||||
"type": ["tweet", "post"]
|
"type": ["tweet", "post"]
|
||||||
},
|
},
|
||||||
"index": {
|
"dest": {
|
||||||
"index": "all_together"
|
"index": "all_together"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -274,7 +274,7 @@ POST /_reindex
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"index": {
|
"dest": {
|
||||||
"index": "dest",
|
"index": "dest",
|
||||||
"routing": "=cat"
|
"routing": "=cat"
|
||||||
}
|
}
|
||||||
@ -292,7 +292,7 @@ POST /_reindex
|
|||||||
"source": {
|
"source": {
|
||||||
"index": "source"
|
"index": "source"
|
||||||
},
|
},
|
||||||
"index": {
|
"dest": {
|
||||||
"index": "dest",
|
"index": "dest",
|
||||||
"pipeline": "some_ingest_pipeline"
|
"pipeline": "some_ingest_pipeline"
|
||||||
}
|
}
|
||||||
@ -394,7 +394,7 @@ While Reindex is running you can fetch their status using the
|
|||||||
|
|
||||||
[source,js]
|
[source,js]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
POST /_tasks/?pretty&detailed=true&actions=*reindex
|
GET /_tasks/?pretty&detailed=true&actions=*reindex
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
// AUTOSENSE
|
// AUTOSENSE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user