Skip to content

Commit 8b36458

Browse files
committed
Added pipeline + wait_for_active_shards in UpdateByQuery #843
1 parent d3c5b55 commit 8b36458

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Elasticsearch/Endpoints/UpdateByQuery.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public function getParamWhitelist()
7979
'expand_wildcards',
8080
'lenient',
8181
'lowercase_expanded_terms',
82+
'pipeline',
8283
'preference',
8384
'q',
8485
'routing',
@@ -105,6 +106,7 @@ public function getParamWhitelist()
105106
'consistency',
106107
'scroll_size',
107108
'wait_for_completion',
109+
'wait_for_active_shards',
108110
'slices',
109111
];
110112
}

0 commit comments

Comments
 (0)