Skip to content

Commit d9aaefd

Browse files
thePanzpolyfractal
authored andcommitted
Added "slices" parameter to the Reindex endpoint (#598)
See the Reindex endpoint URL parameters here: https://www.elastic.co/guide/en/elasticsearch/reference/5.2/docs-reindex.html#docs-reindex-automatic-slice
1 parent 1623d44 commit d9aaefd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Elasticsearch/Endpoints/Reindex.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class Reindex extends AbstractEndpoint
2020
public function getParamWhitelist()
2121
{
2222
return array(
23+
'slices',
2324
'refresh',
2425
'timeout',
2526
'consistency',

0 commit comments

Comments
 (0)