File tree 1 file changed +5
-2
lines changed 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -118,8 +118,11 @@ POST _reindex
118
118
// CONSOLE
119
119
// TEST[setup:twitter]
120
120
121
- By default, version conflicts abort the `_reindex` process, but you can just
122
- count them by setting `"conflicts": "proceed"` in the request body:
121
+ By default, version conflicts abort the `_reindex` process. The `"conflicts"` request body
122
+ parameter can be used to instruct `_reindex` to proceed with the next document on version conflicts.
123
+ It is important to note that the handling of other error types is unaffected by the `"conflicts"` parameter.
124
+ When `"conflicts": "proceed"` is set in the request body, the `_reindex` process will continue on version conflicts
125
+ and return a count of version conflicts encountered:
123
126
124
127
[source,js]
125
128
--------------------------------------------------
You can’t perform that action at this time.
0 commit comments